Expand description
A wrapper around another PRNG that reseeds it after it generates a certain number of random bytes.
Structsยง
- Reseeding
Core ๐ - Reseeding
Rng  - A wrapper around any PRNG that implements 
BlockRngCore, that adds the ability to reseed it.