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