home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 488.lha / TCL_alpha2 / tcl.lzh / tcl / help / random < prev    next >
Encoding:
Text File  |  1990-05-04  |  415 b   |  22 lines

  1.  
  2. The random command returns a random number or seeds the random number
  3. generator.
  4.  
  5. Usge:
  6.  
  7.     random x
  8.  
  9. returns a random integer between 0 and x-1
  10.  
  11.  
  12.     random x seed
  13.  
  14. seeds the random number generator with x
  15.  
  16.  
  17. BUGS
  18.  
  19. uses the library routine, consequently a seed and the random number are
  20. for everyone using the shared library.  This will be changed to where
  21. each program using the library has a private seed and number.
  22.