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

Function runif

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

Source from the content-addressed store, hash-verified

42 inline double punif(double x, double a, double b, int lt, int lg) { return ::Rf_punif(x, a, b, lt, lg); }
43 inline double qunif(double p, double a, double b, int lt, int lg) { return ::Rf_qunif(p, a, b, lt, lg); }
44 inline double runif(double a, double b) { return ::Rf_runif(a, b); }
45
46 /* Gamma Distribution */
47 inline double dgamma(double x, double shp, double scl, int lg) { return ::Rf_dgamma(x, shp, scl, lg); }

Callers 4

runit_runifFunction · 0.50
runit_runif_sugarFunction · 0.50
getMethod · 0.50
piSugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected