You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Java port of Marsaglia's xorshf 32 bit random number generator, adapted from https://stackoverflow.com/questions/1640258/need-a-fast-random-generator-for-c.
19
18
*
20
-
* This generator is special in that nextInt() creates strictly non-negative random numbers.
19
+
* This version seems out-dated, the variant described in https://en.wikipedia.org/wiki/Xorshift uses other shifts...
0 commit comments