RAND function

From Planfix
Revision as of 08:33, 9 February 2024 by Dmitri (talk | contribs) (Created page with "{{#seo: |title=RAND Function |titlemode=append |keywords=planfix, Function, RAND, reports |description=RAND Function }} 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 == {| class="wikitable" |- ! style="font-weight: bold" | Formula ! style="font-weight: bold" | Descri...")
(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