Struct rand::distributions::Weibull
source · pub struct Weibull { /* private fields */ }
👎Deprecated since 0.7.0: moved to rand_distr crate
Expand description
Samples floating-point numbers according to the Weibull distribution
Implementations§
Trait Implementations§
source§impl Distribution<f64> for Weibull
impl Distribution<f64> for Weibull
impl Copy for Weibull
Auto Trait Implementations§
impl RefUnwindSafe for Weibull
impl Send for Weibull
impl Sync for Weibull
impl Unpin for Weibull
impl UnwindSafe for Weibull
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