Trait Random

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

CSPRNG operations

Implementations on Foreign Types§

Source§

impl Random for OsRng

Implementors§