Struct std::rand::reseeding::ReseedWithDefaultDeprecated [-] [+] [src]

pub struct ReseedWithDefault {
    // some fields omitted
}

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

Trait Implementations

impl<R> Reseeder<R> for ReseedWithDefault where R: Rng, R: Default

fn reseed(&mut self, rng: &mut R)

impl Default for ReseedWithDefault

fn default() -> ReseedWithDefault

Derived Implementations

impl Copy for ReseedWithDefault