public abstract class RandomUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Random |
PRAND |
static java.security.SecureRandom |
SRAND |
Modifier and Type | Method and Description |
---|---|
static long |
bytesToLong(byte[] bytes) |
static long |
nextLong(java.util.Random rng,
long maxValue) |