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, nextLong
public void setSeed(long seed)
setSeed
in class java.util.Random
public int nextInt()
nextInt
in class java.util.Random
public long nextLong()
nextLong
in class java.util.Random
protected int next(int bits)
next
in class java.util.Random
public int nextInt(int bound)
nextInt
in class java.util.Random