fork(3) download
  1. import java.util.Random;
  2.  
  3. public class Main {
  4. public static void main(String[] args) {
  5. for (int n = 0; n < 10; n++)
  6. for (int h = 0; h < 10; h++) {
  7. Random r = new Random((((((27*n + 8) << 17)|h) - 11) * 246154705703781L) ^ 0x5DEECE66DL);
  8. System.out.println(r.nextInt(27));
  9. }
  10. }
  11. }
Success #stdin #stdout 0.08s 31868KB
stdin
Standard input is empty
stdout
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8