Package com.github.f4b6a3.uuid.util
Class TlsSecureRandom
- java.lang.Object
-
- com.github.f4b6a3.uuid.util.TlsSecureRandom
-
public final class TlsSecureRandom extends Object
A utility class that provides a thread local instance ofSecureRandom.
-
-
Field Summary
Fields Modifier and Type Field Description protected static ThreadLocal<Random>THREAD_LOCAL_RANDOM
-
-
-
Field Detail
-
THREAD_LOCAL_RANDOM
protected static final ThreadLocal<Random> THREAD_LOCAL_RANDOM
-
-
Method Detail
-
get
public static Random get()
-
-