Struct rand::distributions::Beta
source · pub struct Beta { /* private fields */ }
👎Deprecated since 0.7.0: moved to rand_distr crate
Expand description
The Beta distribution with shape parameters alpha
and beta
.
Implementations§
Trait Implementations§
source§impl Distribution<f64> for Beta
impl Distribution<f64> for Beta
impl Copy for Beta
Auto Trait Implementations§
impl RefUnwindSafe for Beta
impl Send for Beta
impl Sync for Beta
impl Unpin for Beta
impl UnwindSafe for Beta
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