Searched defs:sample_single (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/num-bigint/src/ |
D | bigrand.rs | 187 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single() method 243 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single() method
|
/external/rust/crates/rand/src/distributions/ |
D | uniform.rs | 277 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single() method 351 fn sample_single<R: RngCore + ?Sized>(self, rng: &mut R) -> T; in sample_single() method 359 fn sample_single<R: RngCore + ?Sized>(self, rng: &mut R) -> T { in sample_single() method 371 fn sample_single<R: RngCore + ?Sized>(self, rng: &mut R) -> T { in sample_single() method
|