pub fn run_simulation<F>( config: SimulationConfig, input_generator: F, ) -> SimulationRecordingwhere F: FnMut(u64) -> Vec<InputEvent>,
Run a simulation with the given configuration
config
input_generator
A recording of the simulation