Struct rand::distributions::gamma::GammaLargeShape [−][src]
Gamma distribution where the shape parameter is larger than 1.
See Gamma for sampling from a Gamma distribution with general
shape parameters.
Fields
scale: f64
c: f64
d: f64
Methods
impl GammaLargeShape[src]
impl GammaLargeShapefn new_raw(shape: f64, scale: f64) -> GammaLargeShape[src]
fn new_raw(shape: f64, scale: f64) -> GammaLargeShapeTrait Implementations
impl Clone for GammaLargeShape[src]
impl Clone for GammaLargeShapefn clone(&self) -> GammaLargeShape[src]
fn clone(&self) -> GammaLargeShapeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for GammaLargeShape[src]
impl Copy for GammaLargeShapeimpl Debug for GammaLargeShape[src]
impl Debug for GammaLargeShapefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Sample<f64> for GammaLargeShape[src]
impl Sample<f64> for GammaLargeShapefn sample<R: Rng>(&mut self, rng: &mut R) -> f64[src]
fn sample<R: Rng>(&mut self, rng: &mut R) -> f64Generate a random value of Support, using rng as the source of randomness. Read more
impl IndependentSample<f64> for GammaLargeShape[src]
impl IndependentSample<f64> for GammaLargeShapefn ind_sample<R: Rng>(&self, rng: &mut R) -> f64[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64Generate a random value.
Auto Trait Implementations
impl Send for GammaLargeShape
impl Send for GammaLargeShapeimpl Sync for GammaLargeShape
impl Sync for GammaLargeShape