qb45qck.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 QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
RND - a math function that returns a single-precision random number
      between 0 and 1
 
Syntax
  RND[(n)]
    ■ If the argument is omitted, the RND function returns the next
      number in the random number sequence
    ■ n is a numeric expression that specifies a value less than zero,
      zero, or greater than zero. See Details on how the RND function
      interprets each of these types of values.
 
See also  RANDOMIZE - to see how to generate a different random number
                        sequence each time the program is run