Skip to main content

REPLICATE_SEED_OFFSET

Constant REPLICATE_SEED_OFFSET 

Source
pub const REPLICATE_SEED_OFFSET: u32 = 0x9E37_79B9;
Expand description

Offset added to each primary seed to derive the A/A arm’s seeds.

The 32-bit golden-ratio constant, chosen for nothing but being a fixed, well-spread, unremarkable number. Derived rather than drawn because the A/A arm has to be as reproducible as the arms it is calibrating: a noise floor that changes every run cannot be compared against anything.