Uses of Class
com.codahale.metrics.ThreadLocalRandom
Packages that use ThreadLocalRandom
-
Uses of ThreadLocalRandom in com.codahale.metrics
Fields in com.codahale.metrics with type parameters of type ThreadLocalRandomModifier and TypeFieldDescriptionprivate static final ThreadLocal
<ThreadLocalRandom> ThreadLocalRandom.localRandom
The actual ThreadLocalMethods in com.codahale.metrics that return ThreadLocalRandomModifier and TypeMethodDescriptionstatic ThreadLocalRandom
ThreadLocalRandom.current()
Returns the current thread'sThreadLocalRandom
.