public static class RandomUtils.PCGRNG
extends java.util.Random
Constructor and Description |
---|
RandomUtils.PCGRNG(long seed,
long seq) |
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