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

enum ChiSquaredRepr {
    DoFExactlyOne,
    DoFAnythingElse(Gamma),
}

Variants

Trait Implementations

impl Clone for ChiSquaredRepr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ChiSquaredRepr
[src]

impl Debug for ChiSquaredRepr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChiSquaredRepr

impl Sync for ChiSquaredRepr