Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_rbinom_sugar
Function
runit_rbinom_sugar
inst/tinytest/cpp/rmath.cpp:342–344 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
340
341
// [[Rcpp::export]]
342
NumericVector runit_rbinom_sugar(double a, double b) {
343
return Rcpp::rbinom(5, a, b);
344
}
345
346
// ------------------- Cauchy Distribution
347
Callers
nothing calls this directly
Calls
1
rbinom
Function · 0.50
Tested by
no test coverage detected