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

Function runit_rweibull_sugar

inst/tinytest/cpp/rmath.cpp:573–575  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

571
572// [[Rcpp::export]]
573NumericVector runit_rweibull_sugar(double a, double b) {
574 return Rcpp::rweibull(5, a, b);
575}
576
577// ------------------- Logistic Distribution
578

Callers

nothing calls this directly

Calls 1

rweibullFunction · 0.50

Tested by

no test coverage detected