bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
RND Function
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
RND[(n#)]
 
    ■ n#   A numeric expression that specifies zero, a value less
           than zero, or a value greater than zero. See Details
           for more on how the RND function interprets each of these
           types of values.
 
    ■ If the argument is omitted, the RND function returns the next
      number in the random number sequence.
 
Returns
    A single-precision random number between 0 and 1.
 
See Also    RANDOMIZE