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

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