Struct randomkit::dist::Normal
[−]
[src]
pub struct Normal { /* fields omitted */ }
Normal (Gaussian) distribution
Sample from the normal distribution with mean loc
and standard
deviation scale
.
Methods
impl Normal
[src]
Trait Implementations
impl Copy for Normal
[src]
impl Clone for Normal
[src]
fn clone(&self) -> Normal
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more