Uses of Class
java.util.concurrent.ThreadLocalRandom
Packages that use ThreadLocalRandom
-
Uses of ThreadLocalRandom in java.util.concurrent
Methods in java.util.concurrent that return ThreadLocalRandomModifier and TypeMethodDescriptionstatic ThreadLocalRandom
ThreadLocalRandom.current()
Returns the current thread'sThreadLocalRandom
object.