Skip to main content

external_rand

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.