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

Function runit_rnorm_sugar

inst/tinytest/cpp/rmath.cpp:55–57  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

53
54// [[Rcpp::export]]
55NumericVector runit_rnorm_sugar(double a, double b) {
56 return Rcpp::rnorm(5, a, b);
57}
58
59
60// ------------------- Uniform Distribution

Callers

nothing calls this directly

Calls 1

rnormFunction · 0.50

Tested by

no test coverage detected