| Package | Description |
|---|---|
| org.multiverse.utils |
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.ThreadLocal<ThreadLocalRandom> |
ThreadLocalRandom.localRandom
The actual ThreadLocal
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadLocalRandom |
ThreadLocalRandom.current()
Returns the current thread's
ThreadLocalRandom. |