Uses of Class
com.codahale.metrics.ThreadLocalRandom
-
Packages that use ThreadLocalRandom Package Description com.codahale.metrics -
-
Uses of ThreadLocalRandom in com.codahale.metrics
Fields in com.codahale.metrics with type parameters of type ThreadLocalRandom Modifier and Type Field Description private static java.lang.ThreadLocal<ThreadLocalRandom>
ThreadLocalRandom. localRandom
The actual ThreadLocalMethods in com.codahale.metrics that return ThreadLocalRandom Modifier and Type Method Description static ThreadLocalRandom
ThreadLocalRandom. current()
Returns the current thread'sThreadLocalRandom
.
-