home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2005 March
/
ENTER.ISO
/
files
/
fwp-0.0.6-win32-installer.exe
/
random.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
|
2004-12-06
|
210 b
|
15 lines
#ifndef __random_h__
#define __random_h__
int irand();
int irand(int max);
float frand();
float frand(float max);
float frand(float min, float max);
double drand();
#endif /* __random_h__ */