pub struct DefaultRngProvider;Expand description
Default RNG provider using the standard library’s StdRng
Trait Implementations§
Source§impl Clone for DefaultRngProvider
impl Clone for DefaultRngProvider
Source§fn clone(&self) -> DefaultRngProvider
fn clone(&self) -> DefaultRngProvider
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultRngProvider
impl Debug for DefaultRngProvider
Source§impl RngProvider for DefaultRngProvider
impl RngProvider for DefaultRngProvider
Auto Trait Implementations§
impl Freeze for DefaultRngProvider
impl RefUnwindSafe for DefaultRngProvider
impl Send for DefaultRngProvider
impl Sync for DefaultRngProvider
impl Unpin for DefaultRngProvider
impl UnwindSafe for DefaultRngProvider
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