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 |
One | Unstable ( rand): use |
Small | Unstable ( rand): use |