public final class Java6CompatibleThreadLocalRandom
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Random |
current()
Calls
ThreadLocalRandom.current() , if this class is present (if you are using Java 7). |