ddn.crypto.random
Secure random number generation implementation.
class SecureRandom
Types 1
classSecureRandom : Random
Implementation of a cryptographically secure random number generator.
Uses the operating system's CSPRNG:
- POSIX:
/dev/urandom - Windows:
BCryptGenRandomwith the system-preferred RNG