MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_rlnorm_sugar

Function runit_rlnorm_sugar

inst/tinytest/cpp/rmath.cpp:191–193  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

189
190// [[Rcpp::export]]
191NumericVector runit_rlnorm_sugar(double a, double b) {
192 return Rcpp::rlnorm(5, a, b);
193}
194
195// ------------------- Chi-Squared Distribution
196

Callers

nothing calls this directly

Calls 1

rlnormFunction · 0.50

Tested by

no test coverage detected