pub struct XorShiftRng { /* private fields */ }Expand description
Used for generating pseudo-random numbers quickly.
Implementations§
Source§impl XorShiftRng
impl XorShiftRng
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XorShiftRng
impl RefUnwindSafe for XorShiftRng
impl Send for XorShiftRng
impl Sync for XorShiftRng
impl Unpin for XorShiftRng
impl UnwindSafe for XorShiftRng
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