Trait Random
snow::types
pub trait Random: CryptoRng + RngCore + Send + Sync { }
CSPRNG operations
impl Random for OsRng