Enum rand_distr::GammaError [−][src]
pub enum GammaError { ShapeTooSmall, ScaleTooSmall, ScaleTooLarge, }
Error type returned from Gamma::new
.
Variants
shape <= 0
or nan
.
scale <= 0
or nan
.
1 / scale == 0
.
pub enum GammaError { ShapeTooSmall, ScaleTooSmall, ScaleTooLarge, }
Error type returned from Gamma::new
.
shape <= 0
or nan
.
scale <= 0
or nan
.
1 / scale == 0
.
impl Copy for Error
[src]impl Eq for Error
[src]impl StructuralEq for Error
[src]impl StructuralPartialEq for Error
[src]impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error