Expand description
Bootstrap confidence intervals. Behind the bootstrap Cargo
feature (on by default).
Use this when reporting a percentile to know how WIDE the confidence interval is - “p99 = 230us +- 50us” is meaningful; “p99 = 230us” alone is missing the noise floor.
Functions§
- bootstrap_
percentile_ ci - Bootstrap a percentile estimate with
itersresamples, returning the lower + upper bounds of theconfidence-level interval.confidencein[0.0, 1.0]; typical value0.95. Uses a deterministic LCG (SubMsLcg-compatible constants) so results are reproducible across runs given the sameseed.