Enum rand_distr::ParetoError [−][src]
pub enum ParetoError { ScaleTooSmall, ShapeTooSmall, }
Error type returned from Pareto::new
.
Variants
scale <= 0
or nan
.
shape <= 0
or nan
.
pub enum ParetoError { ScaleTooSmall, ShapeTooSmall, }
Error type returned from Pareto::new
.
scale <= 0
or nan
.
shape <= 0
or nan
.
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