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

Function runit_rwilcox

inst/tinytest/cpp/rmath.cpp:687–693  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

685
686// [[Rcpp::export]]
687NumericVector runit_rwilcox(double a, double b) {
688 NumericVector o(5);
689 for (int i = 0; i < o.size(); i++) {
690 o[i] = R::rwilcox(a, b);
691 }
692 return o;
693}
694
695// [[Rcpp::export]]
696NumericVector runit_rwilcox_sugar(double a, double b) {

Callers

nothing calls this directly

Calls 2

rwilcoxFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected