public class StateGenerator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.ThreadLocal<StateGenerator> |
threadLocal |
| Constructor and Description |
|---|
StateGenerator() |
| Modifier and Type | Method and Description |
|---|---|
long[] |
stateFromSeed(long seed) |
public static java.lang.ThreadLocal<StateGenerator> threadLocal