pub struct Random1 {
pub haveNextNextGaussian: bool,
pub nextNextGaussian: f64,
pub seed: i64,
}
Fields§
§haveNextNextGaussian: bool
§nextNextGaussian: f64
§seed: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Random1
impl RefUnwindSafe for Random1
impl Send for Random1
impl Sync for Random1
impl Unpin for Random1
impl UnwindSafe for Random1
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