RAND function: Difference between revisions
From Planfix
(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...") |
No edit summary |
||
Line 6: | Line 6: | ||
}} | }} | ||
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. | 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 == | == Format == | ||
*'''RAND()''' | *'''RAND()''' | ||
This function has no arguments. | This function has no arguments. | ||
== Examples == | == Examples == |
Latest revision as of 15:06, 15 February 2024
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 |