Home
last modified time | relevance | path

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

/external/rust/crates/rand/src/distributions/
Dweighted_index.rs426 pub enum WeightedError { enum
442 impl ::std::error::Error for WeightedError {} implementation
444 impl fmt::Display for WeightedError { implementation
Dweighted.rs30 pub fn new(_weights: Vec<W>) -> Result<Self, WeightedError> { in new() argument