public class Xoroshiro128Random
extends java.util.Random
Modifier and Type | Field and Description |
---|---|
protected static double |
DOUBLE_BASE |
Constructor and Description |
---|
Xoroshiro128Random() |
Xoroshiro128Random(long[] state) |
Modifier and Type | Method and Description |
---|---|
int |
next(int bits) |
double |
nextDouble() |
long |
nextLong() |
protected static final double DOUBLE_BASE