SecureRandomNumberGenerator.setSecureRandom

Sets the {@link SecureRandom SecureRandom} to back this instance.

@param random the {@link SecureRandom SecureRandom} to back this instance. @throws NullPointerException if the method argument is null

class SecureRandomNumberGenerator
void
setSecureRandom
(
SecureRandom random
)

Meta