pub fn randarray_fn(args: &[Value]) -> ValueExpand description
RANDARRAY([rows], [cols], [min], [max], [integer])
Returns an array of random numbers. With no args: returns a single random number (equivalent to RAND()). With rows/cols: returns a nested 2D array (rows × cols).