Files
num-prime/bench
Sylvestre Ledru 3cf6fa1b50 bench: use seeded RNG for glass_pumpkin prime generation benchmarks
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.
2026-02-20 14:09:19 +01:00
..