pub trait Rng: CryptoRng + RngCore + Debug { }
Expand description

Combined trait for CryptoRng and RngCore

Implementors