Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
H A Dweighted_index.rs81 pub struct WeightedIndex<X: SampleUniform + PartialOrd> { struct
87 impl<X: SampleUniform + PartialOrd> WeightedIndex<X> { impl
223 impl<X> Distribution<usize> for WeightedIndex<X> implementation
H A Dweighted.rs26 pub struct WeightedIndex<W: Weight> { struct
27 _phantom: PhantomData<W>,
29 impl<W: Weight> WeightedIndex<W> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/
Dweighted_index.rs81 pub struct WeightedIndex<X: SampleUniform + PartialOrd> { struct
87 impl<X: SampleUniform + PartialOrd> WeightedIndex<X> { argument
223 impl<X> Distribution<usize> for WeightedIndex<X> implementation
Dweighted.rs26 pub struct WeightedIndex<W: Weight> { struct
27 _phantom: PhantomData<W>,
29 impl<W: Weight> WeightedIndex<W> { impl
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DPick.java767 public static class WeightedIndex { class in Pick
772 public WeightedIndex(int minCount) { in WeightedIndex() method in Pick.WeightedIndex