pub struct Wide;Expand description
A log-uniform, random-sign magnitude sampler with a boundary tail. See the section note above.
Trait Implementations§
impl Copy for Wide
Source§impl Distribution<f64> for Wide
impl Distribution<f64> for Wide
Source§impl Distribution<i64> for Wide
impl Distribution<i64> for Wide
Auto Trait Implementations§
impl Freeze for Wide
impl RefUnwindSafe for Wide
impl Send for Wide
impl Sync for Wide
impl Unpin for Wide
impl UnsafeUnpin for Wide
impl UnwindSafe for Wide
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