pub struct LiveRng { /* private fields */ }Expand description
Production RNG backed by a splitmix-seeded xorshift64 state.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LiveRng
impl RefUnwindSafe for LiveRng
impl Send for LiveRng
impl Sync for LiveRng
impl Unpin for LiveRng
impl UnsafeUnpin for LiveRng
impl UnwindSafe for LiveRng
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