Returns an array with linearly-spaced elements.
The lower bound
The upper bound
Optional
The length of the array
const result = Chalkboard.stat.array(-2, 2); // Returns [-2, -1, 0, 1, 2] Copy
const result = Chalkboard.stat.array(-2, 2); // Returns [-2, -1, 0, 1, 2]
Returns an array with linearly-spaced elements.