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
4 : eng_(gsl_rng_alloc(rng_tp), &gsl_rng_free)
5{
6 gsl_rng_set(eng_.get(), seed);
7}
Base class providing RNG infrastructure for concrete copulas.
gsl_rng_sptr eng_
GSL RNG type used by the copula.
GenericCopula(unsigned int seed=std::random_device{}())
Constructs the copula base with a seeded random engine.