Rand

Trait Rand 

Source
pub trait Rand {
    // Provided method
    fn randomize(&mut self) { ... }
}
Expand description

Trait for generating a random value.

Provided Methods§

Source

fn randomize(&mut self)

A function returning a random value of the corresponding type.

Implementors§