RAND function
From Planfix
The RAND function returns a uniformly distributed random real number that is greater than or equal to 0 but less than 1. A new random real number is returned with each update.
Format
- RAND()
This function has no arguments.
Examples
| Formula | Description | Result |
|---|---|---|
| RAND() | A random number greater than or equal to 0 but less than 1 | changes |
| RAND()*100 | A random number greater than or equal to 0 but less than 100 | changes |