Home
last modified time | relevance | path

Searched refs:exp_rand (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/stats/random/
H A Drexp.h34 return scale * exp_rand() ; in operator()
44 inline double operator()() const { return exp_rand() ; } in operator()
H A Drgeom.h34 return ::Rf_rpois(exp_rand() * lambda); in operator()
/dports/math/R/R-4.1.2/src/nmath/
H A Drgamma.c103 if (exp_rand() >= (1.0 - a) * log(x)) in rgamma()
107 if (exp_rand() >= x) in rgamma()
185 e = exp_rand(); in rgamma()
H A Drexp.c40 return scale * exp_rand(); // --> in ./sexp.c in rexp()
H A Drgeom.c49 return rpois(exp_rand() * ((1 - p) / p)); in rgeom()
H A Dsexp.c39 double exp_rand(void) in exp_rand() function
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Drgamma.c103 if (exp_rand() >= (1.0 - a) * log(x)) in rgamma()
107 if (exp_rand() >= x) in rgamma()
185 e = exp_rand(); in rgamma()
H A Drexp.c40 return scale * exp_rand(); // --> in ./sexp.c in rexp()
H A Drgeom.c49 return rpois(exp_rand() * ((1 - p) / p)); in rgeom()
H A Dsexp.c39 double exp_rand(void) in exp_rand() function
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Drgamma.c101 if (exp_rand() >= (1.0 - a) * log(x)) in rgamma()
105 if (exp_rand() >= x) in rgamma()
183 e = exp_rand(); in rgamma()
H A Drexp.c40 return scale * exp_rand(); // --> in ./sexp.c in rexp()
H A Dlibrandom.c11 double exp_rand(void) { in exp_rand() function
H A Drgeom.c48 return rpois(exp_rand() * ((1 - p) / p)); in rgeom()
H A Dsexp.c39 double exp_rand(void) in exp_rand() function
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Drgamma.c103 if (exp_rand() >= (1.0 - a) * log(x)) in rgamma()
107 if (exp_rand() >= x) in rgamma()
185 e = exp_rand(); in rgamma()
H A Drexp.c40 return scale * exp_rand(); // --> in ./sexp.c in rexp()
H A Drgeom.c49 return rpois(exp_rand() * ((1 - p) / p)); in rgeom()
H A Dsexp.c39 double exp_rand(void) in exp_rand() function
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Drgamma.c101 if (exp_rand(rng) >= (1.0 - a) * log(x)) in rgamma()
105 if (exp_rand(rng) >= x) in rgamma()
183 e = exp_rand(rng); in rgamma()
H A Drexp.c40 return scale * exp_rand(rng); // --> in ./sexp.c in rexp()
H A Dcallbacks.cc13 double exp_rand(JRNG *rng) in exp_rand() function
H A Drgeom.c48 return rpois(exp_rand(rng) * ((1 - p) / p), rng); in rgeom()
/dports/math/py-rvlib/rvlib-0.0.6/src/R_ext/
H A DRandom.h64 double exp_rand(void);
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/R_ext/
H A DRandom.h59 double exp_rand(void);

123