mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
6 lines
86 B
Rust
6 lines
86 B
Rust
pub type Rng = rand::rngs::ThreadRng;
|
|
|
|
pub fn rng() -> Rng {
|
|
rand::thread_rng()
|
|
}
|