Enum rand_distr::TriangularError
source · pub enum TriangularError {
RangeTooSmall,
ModeRange,
}
Expand description
Error type returned from Triangular::new
.
Variants§
Trait Implementations§
source§impl Clone for TriangularError
impl Clone for TriangularError
source§fn clone(&self) -> TriangularError
fn clone(&self) -> TriangularError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more