14 #ifndef RANDOMNUMBERS_MSERIES_INCLUDED 
   15 #define RANDOMNUMBERS_MSERIES_INCLUDED 
   55   static const int Np = 521, 
Nq = 32;
 
   87   void reset(
unsigned long seed);
 
   93   void delay3(
const int ndelay);
 
Random number generator base on M-series. 
 
void read_file(const std::string &)
save and load random number status. 
 
RandomNumbers_Mseries(const int ndelay)
 
void delay3(const int ndelay)
 
void initset(const int ndelay)
 
void reset(unsigned long seed)
reset state with new seed. 
 
void write_file(const std::string &)
 
RandomNumbers_Mseries(const std::string &filename)
 
Base class of random number generators. 
 
static const double Fnorm
initialized in .cpp file. 
 
static const std::string class_name