User Tools

Site Tools


function:RANDOM

Table of Contents

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 a random real number from 0 to, but not including, N.
  • 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

function/RANDOM.txt · Last modified: 2023/09/20 03:36 by peternlewis