Skip to main content

randarray_fn

Function randarray_fn 

Source
pub fn randarray_fn(args: &[Value]) -> Value
Expand 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).