Skip to main content

Module seed

Module seed 

Source
Expand description

Cryptographic Randomization

Structsยง

Rng
ChaCha20 randomizer.
Seed
Holds a 256-bit seed used for randomization. The default seed uses rand::FromEntropy::from_entropy to generate a random value, this uses the underlying OS getrandom() syscall (on linux /dev/random) which is both convient and safe.