pub struct StandardNormal;Expand description
Standard normal distribution.
Trait Implementations§
Source§impl Cdf<f64> for StandardNormal
impl Cdf<f64> for StandardNormal
Source§impl Clone for StandardNormal
impl Clone for StandardNormal
Source§fn clone(&self) -> StandardNormal
fn clone(&self) -> StandardNormal
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 Debug for StandardNormal
impl Debug for StandardNormal
Source§impl Default for StandardNormal
impl Default for StandardNormal
Source§fn default() -> StandardNormal
fn default() -> StandardNormal
Returns the “default value” for a type. Read more
Source§impl Distribution<f64> for StandardNormal
impl Distribution<f64> for StandardNormal
Source§impl Pdf<f64> for StandardNormal
impl Pdf<f64> for StandardNormal
impl Copy for StandardNormal
Auto Trait Implementations§
impl Freeze for StandardNormal
impl RefUnwindSafe for StandardNormal
impl Send for StandardNormal
impl Sync for StandardNormal
impl Unpin for StandardNormal
impl UnwindSafe for StandardNormal
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