Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_rwilcox_sugar
Function
runit_rwilcox_sugar
inst/tinytest/cpp/rmath.cpp:696–698 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
694
695
// [[Rcpp::export]]
696
NumericVector runit_rwilcox_sugar(double a, double b) {
697
return Rcpp::rwilcox(5, a, b);
698
}
Callers
nothing calls this directly
Calls
1
rwilcox
Function · 0.50
Tested by
no test coverage detected