Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs1464 let mut simple_rng = SimpleRng::new( in run_control() localVariable
1604 let lowmem_dur = Duration::from_millis(1000 + simple_rng.rng() % 200); in run_control()
1612 let freemem_dur = Duration::from_secs(60 + simple_rng.rng() % 12); in run_control()
1613 let freemem_int = Duration::from_secs(30 + simple_rng.rng() % 6); in run_control()