create_range_simulation

Function create_range_simulation 

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