Struct rand::distributions::gamma::GammaLargeShape[][src]

struct GammaLargeShape {
    scale: f64,
    c: f64,
    d: f64,
}

Gamma distribution where the shape parameter is larger than 1.

See Gamma for sampling from a Gamma distribution with general shape parameters.

Fields

Methods

impl GammaLargeShape
[src]

Trait Implementations

impl Clone for GammaLargeShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GammaLargeShape
[src]

impl Debug for GammaLargeShape
[src]

Formats the value using the given formatter. Read more

impl Sample<f64> for GammaLargeShape
[src]

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

impl IndependentSample<f64> for GammaLargeShape
[src]

Generate a random value.

Auto Trait Implementations

impl Send for GammaLargeShape

impl Sync for GammaLargeShape