Module rand::reseeding [] [src]

A wrapper around another RNG that reseeds it after it generates a certain number of random bytes.

Structs

ReseedWithNew

Reseed an RNG using NewRng to replace the current instance.

ReseedingRng

A wrapper around any RNG which reseeds the underlying RNG after it has generated a certain number of random bytes.

Traits

Reseeder

Something that can be used to reseed an RNG via ReseedingRng.