Skip to main content

test_deterministic_replay

Function test_deterministic_replay 

Source
pub fn test_deterministic_replay(
    initial_state: &NBodyState,
    steps: usize,
    dt: f64,
) -> MetamorphicResult
Expand description

MR-5: Deterministic Replay Test

Same initial conditions + same seed should produce identical results.