@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ThreadLocalSecureRandom extends java.lang.Object
SecureRandom
instance that can be used without synchronization or contention.| Modifier and Type | Method and Description |
|---|---|
static java.security.SecureRandom |
get()
Retrieves a thread-local
SecureRandom instance. |