pub type BoxDynRng = Box<dyn CryptoRngCore + Send + 'static>;
A dynamic RNG that can safely be sent between threads.
pub struct BoxDynRng(/* private fields */);