RAND function

From Planfix
Revision as of 15:06, 15 February 2024 by Aliona (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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


Go To