T
- the operator returned.public interface OperatorUsingSecureRandom<T>
Modifier and Type | Method and Description |
---|---|
T |
withSecureRandom(java.security.SecureRandom random)
Create a version of T using the SecureRandom random.
|
T withSecureRandom(java.security.SecureRandom random)
random
- the SecureRandom to use.