Generated on Tue Dec 16 12:49:16 2008 for BIU-2.2.0 by doxygen 1.5.1

src/biu/QuasiRandomNumberGenerator.hh

Go to the documentation of this file.
00001 #ifndef QUASIRANDOMNUMBERGENERATOR_HH_
00002 #define QUASIRANDOMNUMBERGENERATOR_HH_
00003 
00004 #include "biu/qrng/gsl_qrng.h"
00005 
00006 namespace biu {
00007 
00017 class QuasiRandomNumberGenerator
00018 {
00019 private:
00021     gsl_qrng * q;
00022     
00023 public:
00024     QuasiRandomNumberGenerator();
00025     virtual ~QuasiRandomNumberGenerator();
00026     
00032     double getQuasiRN();
00033 };
00034 
00035 } // end namespace biu
00036 
00037 #endif /*QUASIRANDOMNUMBERGENERATOR_HH_*/