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
FLOAT — Returns the computed result as FLOAT.
Usage Notes
This function is volatile. The integer argument controls how many values are generated, not a seed.