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

Function rnorm

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

Source from the content-addressed store, hash-verified

35 inline double pnorm(double x, double mu, double sigma, int lt, int lg) { return ::Rf_pnorm5(x, mu, sigma, lt, lg); }
36 inline double qnorm(double p, double mu, double sigma, int lt, int lg) { return ::Rf_qnorm5(p, mu, sigma, lt, lg); }
37 inline double rnorm(double mu, double sigma) { return ::Rf_rnorm(mu, sigma); }
38 inline void pnorm_both(double x, double *cum, double *ccum, int lt, int lg) { return ::Rf_pnorm_both(x, cum, ccum, lt, lg); }
39
40 /* Uniform Distribution */

Callers 2

runit_rnormFunction · 0.50
runit_rnorm_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected