TF++, Miscellaneous classes and modules in C++:

◆ set() [1/2]

void tfxx::numeric::RNGgaussian::set ( const unsigned long int &  seed)

feed with seed value

Definition at line 104 of file rng.cc.

References MR, Mseed, and seed().

Referenced by main().

105  {
106  gsl_rng_set(MR, seed);
107  Mseed=seed;
108  }
unsigned long int seed() const
return last seed value
Definition: rng.h:96
unsigned long int Mseed
memorize last seed value
Definition: rng.h:111
gsl_rng * MR
pointer to RNG
Definition: rng.h:109
Here is the call graph for this function:
Here is the caller graph for this function: