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