You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bench: use seeded RNG for deterministic benchmark results
Replace thread_rng() with StdRng::seed_from_u64() to ensure benchmarks
use the same random inputs across runs, eliminating variance from
different random numbers having vastly different primality testing times.
0 commit comments