Home
last modified time | relevance | path

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

/external/rust/crates/rand/src/distributions/
Duniform.rs273 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single() method
347 fn sample_single<R: RngCore + ?Sized>(self, rng: &mut R) -> T; in sample_single() method
355 fn sample_single<R: RngCore + ?Sized>(self, rng: &mut R) -> T { in sample_single() method
367 fn sample_single<R: RngCore + ?Sized>(self, rng: &mut R) -> T { in sample_single() method