pub struct StandardRandomGenerator;
Expand description
A RandomGenerator
that uses the rand
crate for random number generation.
Trait Implementations§
Source§impl Default for StandardRandomGenerator
impl Default for StandardRandomGenerator
Auto Trait Implementations§
impl Freeze for StandardRandomGenerator
impl RefUnwindSafe for StandardRandomGenerator
impl Send for StandardRandomGenerator
impl Sync for StandardRandomGenerator
impl Unpin for StandardRandomGenerator
impl UnwindSafe for StandardRandomGenerator
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