test_rng

Function test_rng 

Source
pub fn test_rng() -> StdRng
Expand description

Returns a seeded RNG for deterministic testing.

Uses seed 0 by default to ensure reproducible test results.