pub const CONFIDENCE_MIN_EVALUATED_MERGES: u64 = 2_995;Expand description
Minimum conclusive sample for the fixed 95% zero-spurious confidence rule.
At the target boundary, (999 / 1000)^2994 remains above 5%, while
(999 / 1000)^2995 is below 5%. The rule is deliberately conservative:
any observed spurious failure refuses the confidence claim rather than
selecting a more favorable test after seeing the data.