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

Function runit_runif_sugar

inst/tinytest/cpp/rmath.cpp:89–91  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

87
88// [[Rcpp::export]]
89NumericVector runit_runif_sugar( double a, double b ){
90 return Rcpp::runif(5, a, b);
91}
92
93
94// ------------------- Gamma Distribution

Callers

nothing calls this directly

Calls 1

runifFunction · 0.50

Tested by

no test coverage detected