TS++ library: time series library

◆ GSLrng()

ts::rnd::helper::GSLrng::GSLrng ( const gsl_rng_type *  T)
inlineexplicit

Definition at line 53 of file random.cc.

References MR, and seed().

54  {
55  gsl_rng_env_setup();
56  MR=gsl_rng_alloc(T);
57  this->seed();
58  }
void seed() const
Definition: random.cc:63
Here is the call graph for this function: