Struct rand::reseeding::ReseedWithNew [] [src]

pub struct ReseedWithNew;

Reseed an RNG using NewRng to replace the current instance.

Trait Implementations

impl Debug for ReseedWithNew
[src]

[src]

Formats the value using the given formatter. Read more

impl<R: Rng + NewRng> Reseeder<R> for ReseedWithNew
[src]

[src]

Reseed the given RNG. Read more