Module rand::prng::chacha [−][src]
The ChaCha random number generator.
Re-exports
use core::num::Wrapping as w; |
use Rng; |
use SeedableRng; |
use Rand; |
Structs
| ChaChaRng |
A random number generator that uses the ChaCha20 algorithm [1]. |
Constants
| CHACHA_ROUNDS | |
| KEY_WORDS | |
| STATE_WORDS |
Statics
| EMPTY |
Functions
| core |
Type Definitions
| w32 |