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