pub struct Probe { /* private fields */ }Expand description
A range-bounded, boundary-biased u64 sampler: about one draw in four a
range edge, the rest log-uniform over the non-zero interior, so 0 appears
only as an edge.
Implementations§
Trait Implementations§
impl Copy for Probe
Source§impl Distribution<u64> for Probe
impl Distribution<u64> for Probe
Auto Trait Implementations§
impl Freeze for Probe
impl RefUnwindSafe for Probe
impl Send for Probe
impl Sync for Probe
impl Unpin for Probe
impl UnsafeUnpin for Probe
impl UnwindSafe for Probe
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