Home
last modified time | relevance | path

Searched defs:BernoulliError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rand/src/distributions/
Dbernoulli.rs70 pub enum BernoulliError { enum
75 impl fmt::Display for BernoulliError { implementation
84 impl ::std::error::Error for BernoulliError {} implementation
98 pub fn new(p: f64) -> Result<Bernoulli, BernoulliError> { in new() argument
119 pub fn from_ratio(numerator: u32, denominator: u32) -> Result<Bernoulli, BernoulliError> { in from_ratio() argument