Returns an array with random elements.
The length of the array
Optional
The lower bound (optional, defaults to 0)
The upper bound (optional, defaults to 1)
const result = Chalkboard.stat.random(100, -1, 1); // Returns 100 random values from [-1, 1] Copy
const result = Chalkboard.stat.random(100, -1, 1); // Returns 100 random values from [-1, 1]
Returns an array with random elements.