pub fn create_range_simulation(
commits: &[CommitInfo],
selected_range: (usize, usize),
range_timestamps: &[NaiveDateTime],
args: &Args,
) -> Result<SimulationResult>pub fn create_range_simulation(
commits: &[CommitInfo],
selected_range: (usize, usize),
range_timestamps: &[NaiveDateTime],
args: &Args,
) -> Result<SimulationResult>