Struct std::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.
pub struct ReseedWithDefault;
Reseed an RNG using a Default instance. This reseeds by
replacing the RNG with the result of a Default::default call.
impl<R: Rng + Default> Reseeder<R> for ReseedWithDefaultimpl Default for ReseedWithDefaultfn default() -> ReseedWithDefault
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).