pub struct StandardCauchy;
Expand description
Standard Cauchy distribution with mode 0
Implementations§
Source§impl StandardCauchy
impl StandardCauchy
pub fn new() -> StandardCauchy
Trait Implementations§
Source§impl Clone for StandardCauchy
impl Clone for StandardCauchy
Source§fn clone(&self) -> StandardCauchy
fn clone(&self) -> StandardCauchy
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 StandardCauchy
impl Sample<f64> for StandardCauchy
impl Copy for StandardCauchy
Auto Trait Implementations§
impl Freeze for StandardCauchy
impl RefUnwindSafe for StandardCauchy
impl Send for StandardCauchy
impl Sync for StandardCauchy
impl Unpin for StandardCauchy
impl UnwindSafe for StandardCauchy
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