home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 February / PCO_0298.ISO / filesbbs / os2 / pgp263.arj / PGP263I.SRC / PGP263II.ZIP / src / noise.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-15  |  249 b   |  12 lines

  1. /*
  2.  * Noise.h - get environmental noise for RNG
  3.  *
  4.  * The interface is system-independent, but the
  5.  * implementation should be highly system-dependent,
  6.  * to get at as much state as possible.
  7.  */
  8.  
  9. #include "usuals.h"
  10.  
  11. word32 noise(void);
  12.