pub(super) fn dispatch<M: MathsCore, G: RngCore<M>, A: AlgorithmDispatch<M, G, O, R>, O: Scenario<M, G>, R: Reporter, P: ReporterContext<Reporter = R>>(
partitioning: Partitioning,
event_log: Option<EventLogConfig>,
reporter_context: P,
sample: Sample,
algorithm_args: A::Arguments,
scenario: ScenarioCogs<M, G, O>,
pause_before: Option<NonNegativeF64>,
ron_args: &str,
normalised_args: &mut BufferingSimulateArgsBuilder
) -> Result<SimulationOutcome>