Trait CryptoRng

Source
pub trait CryptoRng:
    CryptoRng
    + RngCore
    + Send
    + Sync { }
Expand description

Wrapper around rand::CryptoRng and rand::RngCore.

Trait Implementations§

Source§

impl From<Option<u64>> for Box<dyn CryptoRng>

Source§

fn from(seed: Option<u64>) -> Self

Converts to this type from the input type.

Implementors§