Function generate
pub fn generate<T>(rng: &dyn SecureRandom) -> Result<Random<T>, Unspecified>where
T: RandomlyConstructable,Available on crate features
crypto and ring and std only.Expand description
Generate the new random value using rng.