Browse Source

Gave Rnd a 'more interesting' seed.

Mark Sibly 9 years ago
parent
commit
ea2e925ae9
1 changed files with 2 additions and 2 deletions
  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
 Private
 
 
-Global state0:ULong=1
-Global state1:ULong=2
+Global state0:ULong=1234
+Global state1:ULong=5678
 
 
 Public
 Public