1 #ifndef STAN_MATH_PRIM_SCAL_PROB_EXP_MOD_NORMAL_RNG_HPP
2 #define STAN_MATH_PRIM_SCAL_PROB_EXP_MOD_NORMAL_RNG_HPP
16 #include <boost/random/normal_distribution.hpp>
17 #include <boost/math/special_functions/fpclassify.hpp>
18 #include <boost/random/variate_generator.hpp>
30 static const char*
function(
"stan::math::exp_mod_normal_rng");
double exponential_rng(const double beta, RNG &rng)
double exp_mod_normal_rng(const double mu, const double sigma, const double lambda, RNG &rng)
bool check_finite(const char *function, const char *name, const T_y &y)
Return true if y is finite.
double normal_rng(const double mu, const double sigma, RNG &rng)
bool check_positive_finite(const char *function, const char *name, const T_y &y)
Return true if y is positive and finite.