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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-15
|
249 b
|
12 lines
/*
* Noise.h - get environmental noise for RNG
*
* The interface is system-independent, but the
* implementation should be highly system-dependent,
* to get at as much state as possible.
*/
#include "usuals.h"
word32 noise(void);