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