Struct rand_extra::RealNormal [] [src]

pub struct RealNormal<A> { /* fields omitted */ }

Normal distribution for real numbers

Methods

impl<A> RealNormal<A>
[src]

Trait Implementations

impl<A: Clone> Clone for RealNormal<A>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Copy> Copy for RealNormal<A>
[src]

impl Sample<f64> for RealNormal<f64>
[src]

Generate a random value of Support, using rng as the source of randomness. Read more

impl IndependentSample<f64> for RealNormal<f64>
[src]

Generate a random value.

impl Sample<f32> for RealNormal<f32>
[src]

Generate a random value of Support, using rng as the source of randomness. Read more

impl IndependentSample<f32> for RealNormal<f32>
[src]

Generate a random value.