home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / RANDOM.KEY < prev    next >
Text File  |  1993-11-07  |  308b  |  8 lines

  1. * random                                              internal
  2. random          gives a uniformly distributed pseudorandom real in 
  3.         the range 0 to 1.
  4.  
  5. random(n)       gives a uniformly distributed pseudorandom integer
  6.         in the range 0 to n. (n < 36000).
  7. e.g. random gives 0.11111, random(5) gives 2.
  8.