Searched refs:from_entropy (Results 1 – 5 of 5) sorted by relevance
10 let mut rng = StdRng::from_entropy(); in vec()
143 let mut rng = SmallRng::from_entropy(); in dfa_handles_pathological_case()
378 fn from_entropy() -> Self { in from_entropy() method
69 to an external crate, moving `from_entropy` to `SeedableRng`, and many small137 `default-features = false`). In this case, `OsRng` and `from_entropy` are
134 - Move `from_entropy` method to `SeedableRng` and remove `FromEntropy` (#800)343 - `StdRng` must now be created with `from_entropy` instead of `new`