pub struct ARng(/* private fields */);Expand description
A very simple, seedable atomic random number generator based on sin().
Implementations§
Auto Trait Implementations§
impl !Freeze for ARng
impl RefUnwindSafe for ARng
impl Send for ARng
impl Sync for ARng
impl Unpin for ARng
impl UnwindSafe for ARng
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