Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_rexp_sugar
Function
runit_rexp_sugar
inst/tinytest/cpp/rmath.cpp:408–410 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
406
407
// [[Rcpp::export]]
408
NumericVector runit_rexp_sugar(double a) {
409
return Rcpp::rexp(5, a);
410
}
411
412
// ------------------- Geometric Distribution
413
Callers
nothing calls this directly
Calls
1
rexp
Function · 0.50
Tested by
no test coverage detected