Functions
RANDARRAY
Array of random numbers
When to use it
When should I use RANDARRAY instead of RAND?
Use RANDARRAY when you need a whole grid of random numbers at once — for example populating a matrix for a simulation or generating multiple test samples in a single formula.
Used in
Syntax
RANDARRAY([rows], [cols])