fork download
  1. for i = 1, 25 do
  2. math.randomseed( os.time() )
  3. j = math.random(1,75)
  4. print(j);
  5. end
  6.  
  7. print('\n\n------\n\n');
  8.  
  9. math.randomseed( os.time() )
  10.  
  11. for i = 1, 25 do
  12. j = math.random(1,75)
  13. print(j);
  14. end
Success #stdin #stdout 0.01s 2540KB
stdin
Standard input is empty
stdout
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19
19


------


19
42
17
24
5
31
21
67
5
51
14
70
11
21
32
45
47
55
34
45
5
27
41
42
33