public class PseudoRandomGenerator
extends java.lang.Object
| Constructor and Description |
|---|
PseudoRandomGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getPseudoRandom()
Generate a pseudo-random long value using a mathematical suite.
|
static long |
getPseudoRandomFromTime()
Generate a pseudo-random long value depending on current time.
|
public static long getPseudoRandomFromTime()
public static long getPseudoRandom()