pub struct WyRng(/* private fields */);
Expand description
WyRng random number generator
Trait Implementations§
Source§impl RngCore for WyRng
impl RngCore for WyRng
Source§fn fill_bytes(&mut self, dest: &mut [u8])
fn fill_bytes(&mut self, dest: &mut [u8])
Fill
dest
with random data. Read moreAuto Trait Implementations§
impl Freeze for WyRng
impl RefUnwindSafe for WyRng
impl Send for WyRng
impl Sync for WyRng
impl Unpin for WyRng
impl UnwindSafe for WyRng
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