1/// Default iteration count (matches the `run_sim` production default). 2pub const DEFAULT_ITERATIONS: u32 = 10_000; 3 4/// Default RNG seed when none is supplied. 5pub const DEFAULT_SEED: u64 = 42;