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