Random.hpp

Go to the documentation of this file.
00001 #ifndef __RANDOM_H
00002 #define __RANDOM_H
00003 
00007 class Random
00008 {
00009 public:
00013     static double Randomize();
00014     
00015     
00019     static double RandomizePositive();
00020 
00021 private:
00025     static void InitSeed();
00026     static bool m_isInitialized;
00027 
00028 };
00029 
00030 #endif

Generated on Mon Mar 22 16:40:48 2004 for GNG_GL by doxygen 1.3.6