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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Sample<f64> for Normal
[src]

Generate a pseudorandom element of Support using rng as the source of randomness. Read more