Home
last modified time | relevance | path

Searched refs:AllWeightsZero (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rand/src/distributions/
Dweighted_index.rs122 return Err(WeightedError::AllWeightsZero); in new()
185 return Err(WeightedError::AllWeightsZero); in update_weights()
347 WeightedError::AllWeightsZero in test_weightedindex()
435 AllWeightsZero, enumerator
449 WeightedError::AllWeightsZero => write!(f, "All weights are zero."), in fmt()
/external/rust/crates/rand/src/seq/
Dmod.rs1104 Err(WeightedError::AllWeightsZero) in test_weighted()