Package com.unboundid.util
Class ThreadLocalRandom
java.lang.Object
com.unboundid.util.ThreadLocalRandom
This class provides a means of obtaining a thread-local random number
generator that can be used by the current thread without the need for
synchronization.
-
Method Summary
-
Method Details
-
get
Gets a thread-local random number generator instance.- Returns:
- A thread-local random number generator instance.
-