public class XorShift128P
extends java.lang.Object
Random methods.| Modifier and Type | Field and Description |
|---|---|
private long |
state0 |
private long |
state1 |
| Constructor and Description |
|---|
XorShift128P() |
XorShift128P(long seed) |
| Modifier and Type | Method and Description |
|---|---|
int |
nextInt() |
int |
nextInt(int bound) |
long |
nextLong() |
private static long |
notZero(long value) |