Enum rand::distributions::gamma::GammaRepr[][src]

enum GammaRepr {
    Large(GammaLargeShape),
    One(Exp),
    Small(GammaSmallShape),
}

Variants

Trait Implementations

impl Clone for GammaRepr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GammaRepr
[src]

impl Debug for GammaRepr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GammaRepr

impl Sync for GammaRepr