1 #ifndef STAN_MATH_PRIM_SCAL_PROB_GUMBEL_RNG_HPP 2 #define STAN_MATH_PRIM_SCAL_PROB_GUMBEL_RNG_HPP 15 #include <boost/random/uniform_01.hpp> 16 #include <boost/random/variate_generator.hpp> 26 using boost::variate_generator;
27 using boost::uniform_01;
29 static const char*
function(
"gumbel_rng");
34 variate_generator<RNG&, uniform_01<> >
35 uniform01_rng(rng, uniform_01<>());
void check_finite(const char *function, const char *name, const T_y &y)
Check if y is finite.
fvar< T > log(const fvar< T > &x)
void check_positive(const char *function, const char *name, const T_y &y)
Check if y is positive.
double gumbel_rng(double mu, double beta, RNG &rng)