Expand description
A wrapper around another RNG that reseeds it after it generates a certain number of random bytes.
Structs
Reseed an RNG using a
Default
instance. This reseeds by
replacing the RNG with the result of a Default::default
call.A wrapper around any RNG which reseeds the underlying RNG after it
has generated a certain number of random bytes.
Traits
Something that can be used to reseed an RNG via
ReseedingRng
.