Expand description
A wrapper around another PRNG that reseeds it after it generates a certain number of random bytes.
Modules§
- fork 🔒
Structs§
- A wrapper around any PRNG that implements
BlockRngCore
, that adds the ability to reseed it.
A wrapper around another PRNG that reseeds it after it generates a certain number of random bytes.
BlockRngCore
, that adds the
ability to reseed it.