pub struct FastRng { /* private fields */ }Expand description
Xorshift32-based PRNG. Fast, decent distribution, not .NET-compatible.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FastRng
impl RefUnwindSafe for FastRng
impl Send for FastRng
impl Sync for FastRng
impl Unpin for FastRng
impl UnsafeUnpin for FastRng
impl UnwindSafe for FastRng
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