Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_rgamma_sugar
Function
runit_rgamma_sugar
inst/tinytest/cpp/rmath.cpp:123–125 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
121
122
// [[Rcpp::export]]
123
NumericVector runit_rgamma_sugar(double a, double b) {
124
return Rcpp::rgamma(5, a, b);
125
}
126
127
128
// ------------------- Beta Distribution
Callers
nothing calls this directly
Calls
1
rgamma
Function · 0.50
Tested by
no test coverage detected