fork download
  1.  
  2. class RndTest {
  3. public static void main(String[] args) {
  4. long holdrand = 1;
  5. for (int i = 0; i < 42; i++) {
  6. holdrand = holdrand*214013L + 2531011L;
  7. System.out.println("" + (holdrand>>16 & 0x7fff));
  8. }
  9. }
  10. }
  11.  
Success #stdin #stdout 0.12s 320576KB
stdin
Standard input is empty
stdout
41
18467
6334
26500
19169
15724
11478
29358
26962
24464
5705
28145
23281
16827
9961
491
2995
11942
4827
5436
32391
14604
3902
153
292
12382
17421
18716
19718
19895
5447
21726
14771
11538
1869
19912
25667
26299
17035
9894
28703
23811