Searched refs:sample_weighted (Results 1 – 6 of 6) sorted by relevance
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/seq/ |
D | index.rs | 277 pub fn sample_weighted<R, F, X>( in sample_weighted() function 629 let v = sample_weighted(&mut seed_rng(423), len, |i| i as f64, amount).unwrap(); in test_sample_weighted()
|
D | mod.rs | 576 indices: index::sample_weighted( in choose_multiple_weighted()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/seq/ |
D | index.rs | 277 pub fn sample_weighted<R, F, X>( in sample_weighted() function 629 let v = sample_weighted(&mut seed_rng(423), len, |i| i as f64, amount).unwrap(); in test_sample_weighted()
|
D | mod.rs | 576 indices: index::sample_weighted( in choose_multiple_weighted()
|
/external/rust/android-crates-io/crates/rand/src/seq/ |
D | index.rs | 277 pub fn sample_weighted<R, F, X>( in sample_weighted() function 629 let v = sample_weighted(&mut seed_rng(423), len, |i| i as f64, amount).unwrap(); in test_sample_weighted()
|
D | mod.rs | 576 indices: index::sample_weighted( in choose_multiple_weighted()
|