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.localRandomThe actual ThreadLocalMethods in com.codahale.metrics that return ThreadLocalRandomModifier and TypeMethodDescriptionstatic ThreadLocalRandomThreadLocalRandom.current()Returns the current thread'sThreadLocalRandom.