TS++ library: time series library
◆
GSLrng()
ts::rnd::helper::GSLrng::GSLrng
(
const gsl_rng_type *
T
)
inline
explicit
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
}
ts::rnd::helper::GSLrng::MR
gsl_rng * MR
Definition:
random.cc:65
ts::rnd::helper::GSLrng::seed
void seed() const
Definition:
random.cc:63
Here is the call graph for this function:
ts
rnd
helper
GSLrng
Generated on Mon Aug 21 2023 17:36:28 for TS++ library: time series library by
1.8.14