home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / pgp2 / src / h / noise < prev    next >
Encoding:
Text File  |  1994-07-15  |  238 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.