Interface for a cryptographically secure random number generator.
This is analogous to Rust's CryptoRng + RngCore trait bounds.
CryptoRng + RngCore
Fill the provided array with cryptographically secure random bytes.
The byte array to fill with random data
Interface for a cryptographically secure random number generator.
This is analogous to Rust's
CryptoRng + RngCoretrait bounds.