Crate rand_chacha

source ·
Expand description

The ChaCha random number generator.

Structs

The core of ChaChaRng, used with BlockRng.
A cryptographically secure random number generator that uses the ChaCha algorithm.