pub fn create_riders(
n: usize,
start_position: CoordOptions,
speed_range: CoordOptions,
remountable: Option<usize>,
) -> Vec<Rider>Expand description
Creates a list of n riders, at some start_position and speed_range; all with characteristic remountable.