function:RANDOM
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| function:RANDOM [2015/07/13 10:03] – created peternlewis | function:RANDOM [2023/09/20 07:36] (current) – peternlewis | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | The RANDOM(N) | + | ====== RANDOM Function ====== |
| + | |||
| + | The RANDOM() functions return a random real number. | ||
| + | |||
| + | * RANDOM() returns a random real number from 0 to, but not including, 1. | ||
| + | * RANDOM(N) returns | ||
| + | * RANDOM(A,B) returns (v9.0+) a random real number from A to, but not including, B. | ||
| + | |||
| + | In the two parameter version, A must not equal B, and if B is less than A, they are implicitly swapped. | ||
| + | |||
| + | ===== See Also ===== | ||
| + | |||
| + | ==== Functions ==== | ||
| + | |||
| + | * [[RAND]] | ||
| + | * [[: | ||
function/RANDOM.1436781808.txt.gz · Last modified: by peternlewis
