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

Function punif

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

Source from the content-addressed store, hash-verified

40 /* Uniform Distribution */
41 inline double dunif(double x, double a, double b, int lg) { return ::Rf_dunif(x, a, b, lg); }
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

Callers 2

runit_punifFunction · 0.85
runit_punifFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected