Searched defs:from_rng (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/ |
H A D | block.rs | 257 fn from_rng<S: RngCore>(rng: S) -> Result<Self, Error> { in from_rng() method 426 fn from_rng<S: RngCore>(rng: S) -> Result<Self, Error> { in from_rng() method
|
H A D | lib.rs | 390 fn from_rng<R: RngCore>(mut rng: R) -> Result<Self, Error> { in from_rng() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand_core/src/ |
D | block.rs | 257 fn from_rng<S: RngCore>(rng: S) -> Result<Self, Error> { in from_rng() method 426 fn from_rng<S: RngCore>(rng: S) -> Result<Self, Error> { in from_rng() method
|
D | lib.rs | 390 fn from_rng<R: RngCore>(mut rng: R) -> Result<Self, Error> { in from_rng() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/rngs/ |
H A D | small.rs | 114 fn from_rng<R: RngCore>(rng: R) -> Result<Self, Error> { in from_rng() method
|
H A D | std.rs | 67 fn from_rng<R: RngCore>(rng: R) -> Result<Self, Error> { in from_rng() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/rngs/ |
D | small.rs | 114 fn from_rng<R: RngCore>(rng: R) -> Result<Self, Error> { in from_rng() method
|
D | std.rs | 67 fn from_rng<R: RngCore>(rng: R) -> Result<Self, Error> { in from_rng() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand_xorshift/src/ |
D | lib.rs | 101 fn from_rng<R: RngCore>(mut rng: R) -> Result<Self, Error> { in from_rng() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/balance/p2c/ |
D | service.rs | 93 pub fn from_rng<R: Rng>(discover: D, rng: R) -> Result<Self, rand::Error> { in from_rng() function
|