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