Type Alias BoxRng

Source
pub type BoxRng = Box<dyn CryptoRngCore + Send>;
Expand description

A boxed random number generator

Aliased Typeยง

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