Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_runif_sugar
Function
runit_runif_sugar
inst/tinytest/cpp/rmath.cpp:89–91 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
87
88
// [[Rcpp::export]]
89
NumericVector runit_runif_sugar( double a, double b ){
90
return Rcpp::runif(5, a, b);
91
}
92
93
94
// ------------------- Gamma Distribution
Callers
nothing calls this directly
Calls
1
runif
Function · 0.50
Tested by
no test coverage detected