36 #define TS_RANDOM_CC_VERSION \ 40 #include <gsl/gsl_rng.h> 41 #include <gsl/gsl_randist.h> 53 explicit GSLrng(
const gsl_rng_type* T)
61 void seed(
const unsigned long int& seedvalue)
const 62 { gsl_rng_set(
MR, seedvalue); }
76 for (
int i=retval.f(); i<=retval.l(); ++i)
Tdseries dugauss(const int &n)
return gaussian uniform noise (standard dev=1, zero mean)
GSLrng(const gsl_rng_type *T)
void seed(const unsigned long int &seedvalue) const
All stuff in this library will be placed within namespace ts.
internal class used for static variable in dugauss
aff::Series< double > Tdseries
create a random series (prototypes)