Struct opensrdk_probability::discrete::uniform::DiscreteUniform
source · pub struct DiscreteUniform<T>where
T: RandomVariable + Eq + Hash,{ /* private fields */ }Implementations§
source§impl<T> DiscreteUniform<T>where
T: RandomVariable + Eq + Hash,
impl<T> DiscreteUniform<T>where
T: RandomVariable + Eq + Hash,
Trait Implementations§
source§impl<T> Clone for DiscreteUniform<T>where
T: RandomVariable + Eq + Hash + Clone,
impl<T> Clone for DiscreteUniform<T>where
T: RandomVariable + Eq + Hash + Clone,
source§fn clone(&self) -> DiscreteUniform<T>
fn clone(&self) -> DiscreteUniform<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more