pub struct XshRs;Expand description
high xorshift, followed by a random shift
Trait Implementations§
Source§impl Ord for XshRs
impl Ord for XshRs
Source§impl PartialOrd for XshRs
impl PartialOrd for XshRs
impl Copy for XshRs
impl Eq for XshRs
impl StructuralPartialEq for XshRs
Auto Trait Implementations§
impl Freeze for XshRs
impl RefUnwindSafe for XshRs
impl Send for XshRs
impl Sync for XshRs
impl Unpin for XshRs
impl UnwindSafe for XshRs
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