//! Secure random number generation using aws-lc-rs.
use SecureRandom;
use crate::;
/// Secure random number generator implementation.
pub ;
/// Static instance of the secure random generator.
pub static SECURE_RANDOM: AwsLcSecureRandom = AwsLcSecureRandom;