pub struct StandardExponential;
Expand description
Standard exponential distribution
Implementations§
Source§impl StandardExponential
impl StandardExponential
pub fn new() -> StandardExponential
Trait Implementations§
Source§impl Clone for StandardExponential
impl Clone for StandardExponential
Source§fn clone(&self) -> StandardExponential
fn clone(&self) -> StandardExponential
Returns a duplicate 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 Sample<f64> for StandardExponential
impl Sample<f64> for StandardExponential
impl Copy for StandardExponential
Auto Trait Implementations§
impl Freeze for StandardExponential
impl RefUnwindSafe for StandardExponential
impl Send for StandardExponential
impl Sync for StandardExponential
impl Unpin for StandardExponential
impl UnwindSafe for StandardExponential
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