Function external_rand
pub fn external_rand(rng: &mut impl RngCore) -> ThreadRandState<'_>Available on crate feature
backend-rug only.Expand description
Wraps any randomness source that implements rand_core::RngCore and makes
it compatible with rug::rand.