Template Class GSLrng_t¶
Defined in File GSLrng_t.hpp
Class Documentation¶
-
template<typename
T>
classfwdpp::GSLrng_t¶ A wrapper around gsl_rng * objects.
The template instantiation type must be a model of fwdpp::gsl::GSL_RNG_TYPE_TAG, which specifies the gsl_rng type. This type holds an object of type fwdpp::gsl::gsl_rng_ptr_t, which is a smart pointer that manages freeing the gsl_rng * upon destruction.