[−][src]Module rand::rngs::adapter::reseeding
A wrapper around another PRNG that reseeds it after it generates a certain number of random bytes.
Structs
| ReseedingCore | |
| ReseedingRng |
A wrapper around any PRNG which reseeds the underlying PRNG after it has generated a certain number of random bytes. |