home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / Library / Grant's CGI Framework / Grant's CGI Framework / grantscgi / Util / MiscUtil.h < prev    next >
Encoding:
Text File  |  1996-09-20  |  427 b   |  22 lines

  1. /*****
  2.  *
  3.  *    MiscUtil.h
  4.  *
  5.  *    This is a support file for "Grant's CGI Framework".
  6.  *    Please see the license agreement that accompanies the distribution package
  7.  *    for licensing details.
  8.  *
  9.  *    Copyright ©1995,1996 by Grant Neufeld
  10.  *    grant@acm.com
  11.  *    http://arpp.carleton.ca/cgi/framework/
  12.  *
  13.  *****/
  14.  
  15.  
  16.     UInt32    UtilRandomFromLong    ( UInt32 );
  17.     UInt32    UtilRandomLong        ( void );
  18.  
  19.  
  20. #define UtilRandomShort()   ((UInt16)(Random()))
  21.  
  22.