Module rand::rngs::adapter

source ·
Expand description

Wrappers / adapters forming RNGs

Modules

  • read 🔒
    A wrapper around any Read to treat it as an RNG.
  • reseeding 🔒
    A wrapper around another PRNG that reseeds it after it generates a certain number of random bytes.

Structs