pub struct Lognormal { /* private fields */ }
Expand description
Log-normal distribution
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lognormal
impl RefUnwindSafe for Lognormal
impl Send for Lognormal
impl Sync for Lognormal
impl Unpin for Lognormal
impl UnwindSafe for Lognormal
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