Hyperiso
1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
GenericCopula.cpp
Go to the documentation of this file.
1
#include "
GenericCopula.h
"
2
3
GenericCopula::GenericCopula
(
unsigned
int
seed)
4
: eng_(gsl_rng_alloc(rng_tp), &gsl_rng_free)
5
{
6
gsl_rng_set(
eng_
.get(), seed);
7
}
GenericCopula.h
Base class providing RNG infrastructure for concrete copulas.
GenericCopula::eng_
gsl_rng_sptr eng_
GSL RNG type used by the copula.
Definition
GenericCopula.h:55
GenericCopula::GenericCopula
GenericCopula(unsigned int seed=std::random_device{}())
Constructs the copula base with a seeded random engine.
Definition
GenericCopula.cpp:3
Hyperiso
core
src
Statistic
domain
Copula
GenericCopula.cpp
Generated by
1.9.8