pub fn replicate_seed_set(seeds: &[u32], pair: u32) -> Vec<u32>Expand description
The seed set for A/A pair pair (1-based): the primary seeds offset by
pair strides of REPLICATE_SEED_OFFSET.
Pair 1 is exactly replicate_seeds, so a multi-pair run’s first pair
reproduces the single-pair run’s numbers. Strides of a fixed constant
rather than fresh draws for the same reason the offset itself is fixed: a
noise floor that changes every run cannot be compared against anything.