pub struct LCG {
pub multiplier: u64,
pub addend: u64,
}Fields§
§multiplier: u64§addend: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LCG
impl RefUnwindSafe for LCG
impl Send for LCG
impl Sync for LCG
impl Unpin for LCG
impl UnwindSafe for LCG
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