pub struct Pareto { /* fields omitted */ }
👎 Deprecated since 0.7.0:
moved to rand_distr crate
Samples floating-point numbers according to the Pareto distribution
Construct a new Pareto distribution with given scale
and shape
.
In the literature, scale
is commonly written as xm or k and
shape
is often written as α.
scale
and shape
have to be non-zero and positive.
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]