Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

gen_rnd.h

Go to the documentation of this file.
00001 /***************************************************************************************************/ 00002 /***************************************************************************************************/ 00009 /***************************************************************************************************/ 00010 /***************************************************************************************************/ 00011 #ifndef GEN_RND_H 00012 #define GEN_RND_H 00013 00014 00015 class cRnd_Number_Generator 00016 { 00017 public: 00019 cRnd_Number_Generator(); 00020 00022 int Get_Int(int n_max); 00023 00025 int Get_Int(int n_min , int n_max); 00026 }; 00027 00028 00029 00030 #endif

Generated on Fri May 21 19:22:37 2004 for LIBELL by doxygen 1.3.7