//! Secure random number generation using RustCrypto.
use SecureRandom;
/// Secure random number generator implementation.
pub ;
/// Static instance of the secure random generator.
pub static SECURE_RANDOM: RustCryptoSecureRandom = RustCryptoSecureRandom;