Struct rand::reseeding::ReseedWithDefault [] [src]

pub struct ReseedWithDefault;

Reseed an RNG using a Default instance. This reseeds by replacing the RNG with the result of a Default::default call.

Trait Implementations

impl Copy for ReseedWithDefault
[src]

impl Clone for ReseedWithDefault
[src]

impl Debug for ReseedWithDefault
[src]

[src]

impl<R> Reseeder<R> for ReseedWithDefault where
    R: Rng + Default
[src]

[src]

Reseed the given RNG.

impl Default for ReseedWithDefault
[src]