pub struct StressRng { /* private fields */ }Expand description
Simple PCG32 RNG for stress testing (no external deps in core) Used when simular feature is not enabled
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StressRng
impl RefUnwindSafe for StressRng
impl Send for StressRng
impl Sync for StressRng
impl Unpin for StressRng
impl UnsafeUnpin for StressRng
impl UnwindSafe for StressRng
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