BoxDynRng

Type Alias BoxDynRng 

Source
pub type BoxDynRng = Box<dyn CryptoRngCore + Send + 'static>;
Expand description

A dynamic RNG that can safely be sent between threads.

Aliased Typeยง

pub struct BoxDynRng(/* private fields */);