mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
3cf6fa1b50
Use glass_pumpkin's from_rng() API with a seeded ChaCha8Rng instead of new() which uses OsRng internally, making these benchmarks deterministic. num-primes doesn't expose an RNG parameter so it remains non-deterministic.