pub struct SeededRng { /* private fields */ }Expand description
Generate deterministic random numbers with a seed
Implementations§
Auto Trait Implementations§
impl Freeze for SeededRng
impl RefUnwindSafe for SeededRng
impl Send for SeededRng
impl Sync for SeededRng
impl Unpin for SeededRng
impl UnsafeUnpin for SeededRng
impl UnwindSafe for SeededRng
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