Sfoglia il codice sorgente

Gave Rnd a 'more interesting' seed.

Mark Sibly 9 anni fa
parent
commit
ea2e925ae9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      modules/std/misc/random.monkey2

+ 2 - 2
modules/std/misc/random.monkey2

@@ -11,8 +11,8 @@ https://en.wikipedia.org/wiki/Xorshift
 
 Private
 
-Global state0:ULong=1
-Global state1:ULong=2
+Global state0:ULong=1234
+Global state1:ULong=5678
 
 Public