Home
last modified time | relevance | path

Searched refs:from_entropy (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/criterion/src/stats/
Dtest.rs10 let mut rng = StdRng::from_entropy(); in vec()
/external/rust/crates/regex/tests/
Dcrazy.rs143 let mut rng = SmallRng::from_entropy(); in dfa_handles_pathological_case()
/external/rust/crates/rand_core/src/
Dlib.rs378 fn from_entropy() -> Self { in from_entropy() method
/external/rust/crates/rand/
DREADME.md69 to an external crate, moving `from_entropy` to `SeedableRng`, and many small
137 `default-features = false`). In this case, `OsRng` and `from_entropy` are
DCHANGELOG.md134 - Move `from_entropy` method to `SeedableRng` and remove `FromEntropy` (#800)
343 - `StdRng` must now be created with `from_entropy` instead of `new`