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

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

: use rand from crates.io

Variants

Large
Unstable (rand)

: use rand from crates.io

One
Unstable (rand)

: use rand from crates.io

Small
Unstable (rand)

: use rand from crates.io