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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-15
|
238 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);