Struct rand::distributions::Triangular
source · pub struct Triangular { /* private fields */ }
👎Deprecated since 0.7.0: moved to rand_distr crate
Expand description
The triangular distribution.
Implementations§
source§impl Triangular
impl Triangular
Trait Implementations§
source§impl Clone for Triangular
impl Clone for Triangular
source§fn clone(&self) -> Triangular
fn clone(&self) -> Triangular
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 moresource§impl Debug for Triangular
impl Debug for Triangular
source§impl Distribution<f64> for Triangular
impl Distribution<f64> for Triangular
impl Copy for Triangular
Auto Trait Implementations§
impl RefUnwindSafe for Triangular
impl Send for Triangular
impl Sync for Triangular
impl Unpin for Triangular
impl UnwindSafe for Triangular
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more