MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / exp_rand

Function exp_rand

inst/include/Rcpp/Rmath.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 inline double norm_rand(void) { return ::norm_rand(); }
30 inline double unif_rand(void) { return ::unif_rand(); }
31 inline double exp_rand(void) { return ::exp_rand(); }
32
33 /* Normal Distribution */
34 inline double dnorm(double x, double mu, double sigma, int lg) { return ::Rf_dnorm4(x, mu, sigma, lg); }

Callers 3

operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected