Module csprng

Source
Expand description

Cryptographically Secure Random Number Generators.

Re-exports§

pub use getrandom;
pub use rand;rand_compat

Traits§

Csprng
A cryptographically secure pseudorandom number generator (CSPRNG).
Random
Implemented by types that can generate random instances.