// Ces programmes sont sous licence CeCILL-B V1. void main() { int i; for(i = 1; i <= 1000; i = i + 1) print(asciiString( (int) Math.floor(Math.random() * 26 + 97))); println(); }