If i have two arrays representing start points and end points, is there a function that will return a 2d array where each row is the range(start, end, n) where n is a fixed number of steps and is the same for all rows?