public static class RandomUtils.PCGRNG extends RandomBase
| Constructor and Description |
|---|
PCGRNG(long seed,
long seq) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
next(int bits) |
int |
nextInt() |
int |
nextInt(int bound) |
long |
nextLong() |
void |
setSeed(long seed) |
doubles, doubles, doubles, doubles, ints, ints, ints, ints, longs, longs, longs, longs, nextLongpublic void setSeed(long seed)
setSeed in class java.util.Randompublic int nextInt()
nextInt in class java.util.Randompublic long nextLong()
nextLong in class java.util.Randomprotected int next(int bits)
next in class java.util.Randompublic int nextInt(int bound)
nextInt in class java.util.Random