pub struct Standard;
Expand description
A generic random value distribution, implemented for many primitive types. Usually generates values with a numerically uniform distribution, and with a range appropriate to the type.
Based on rand::distributions::Standard
.
Trait Implementations§
source§impl Distribution<u16> for Standard
impl Distribution<u16> for Standard
source§impl Distribution<u32> for Standard
impl Distribution<u32> for Standard
source§impl Distribution<u64> for Standard
impl Distribution<u64> for Standard
Auto Trait Implementations§
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnwindSafe for Standard
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