RANDOM
Computes uniform random float(s) in [0, 1).
Category: Utility Functions
Syntax
RANDOM(n)
RANDOM()
Arguments
- n
integerNumber of random values to generate.
Returns
double — Returns the computed result as double.
Usage Notes
This function is volatile. The integer argument controls how many values are generated, not a seed.