Module rand::rngs::std

source ·
Expand description

The standard RNG

Structs

  • Core 🔒
    ChaCha with 12 rounds
  • The standard RNG. The PRNG algorithm in StdRng is chosen to be efficient on the current platform, to be statistically strong and unpredictable (meaning a cryptographically secure PRNG).