home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / tcl_447.lzh / TCL / tcl.lzh / tcl / help / random < prev    next >
Text File  |  1990-05-03  |  415b  |  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.