rand.h

Go to the documentation of this file.
00001 
00040 #ifndef RAND_H
00041 #define RAND_H
00042 
00043 int rand(void);
00044 
00045 #endif