home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / texts / 100.txt next >
Encoding:
Text File  |  2003-10-24  |  273 b   |  13 lines

  1. /* random( $max integer )
  2. --- RECORDSEPARATOR ---
  3.    Returns a random number
  4. --- RECORDSEPARATOR ---
  5. */
  6. --- RECORDSEPARATOR ---
  7. function random( $max )
  8. --- RECORDSEPARATOR ---
  9. {
  10. --- RECORDSEPARATOR ---
  11.         $x = rand();
  12. --- RECORDSEPARATOR ---
  13.         $y = getrandmax();