Uses of Class
org.multiverse.utils.ThreadLocalRandom
-
Packages that use ThreadLocalRandom Package Description org.multiverse.utils -
-
Uses of ThreadLocalRandom in org.multiverse.utils
Fields in org.multiverse.utils with type parameters of type ThreadLocalRandom Modifier and Type Field Description private static java.lang.ThreadLocal<ThreadLocalRandom>ThreadLocalRandom. localRandomThe actual ThreadLocalMethods in org.multiverse.utils that return ThreadLocalRandom Modifier and Type Method Description static ThreadLocalRandomThreadLocalRandom. current()Returns the current thread'sThreadLocalRandom.
-