Home
last modified time | relevance | path

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

/external/rust/crates/rand/src/distributions/
Dweighted_index.rs291 const N_REPS: u32 = 5000; in test_weightedindex() constant
297 let exp = (weights[i] * N_REPS) as f32 / total_weight; in test_weightedindex()
309 for _ in 0..N_REPS { in test_weightedindex()
317 for _ in 0..N_REPS { in test_weightedindex()
325 for _ in 0..N_REPS { in test_weightedindex()
/external/rust/crates/rand/src/seq/
Dmod.rs1049 const N_REPS: u32 = 3000; in test_weighted() constant
1055 let exp = (weights[i] * N_REPS) as f32 / total_weight; in test_weighted()
1073 for _ in 0..N_REPS { in test_weighted()
1084 for _ in 0..N_REPS { in test_weighted()