#[repr(u32)]pub enum N01type {
BUGGY_KINDERMAN_RAMAGE = 0,
AHRENS_DIETER = 1,
BOX_MULLER = 2,
USER_NORM = 3,
INVERSION = 4,
KINDERMAN_RAMAGE = 5,
}
Expand description
Different kinds of “N(0,1)” generators :
Variants§
BUGGY_KINDERMAN_RAMAGE = 0
AHRENS_DIETER = 1
BOX_MULLER = 2
USER_NORM = 3
INVERSION = 4
KINDERMAN_RAMAGE = 5
Trait Implementations§
impl Copy for N01type
impl Eq for N01type
impl StructuralPartialEq for N01type
Auto Trait Implementations§
impl Freeze for N01type
impl RefUnwindSafe for N01type
impl Send for N01type
impl Sync for N01type
impl Unpin for N01type
impl UnwindSafe for N01type
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)