pub fn test_deterministic_replay(
initial_state: &NBodyState,
steps: usize,
dt: f64,
) -> MetamorphicResultExpand description
MR-5: Deterministic Replay Test
Same initial conditions + same seed should produce identical results.
pub fn test_deterministic_replay(
initial_state: &NBodyState,
steps: usize,
dt: f64,
) -> MetamorphicResultMR-5: Deterministic Replay Test
Same initial conditions + same seed should produce identical results.