[[Rcpp::export]]
| 571 | |
| 572 | // [[Rcpp::export]] |
| 573 | NumericVector runit_rweibull_sugar(double a, double b) { |
| 574 | return Rcpp::rweibull(5, a, b); |
| 575 | } |
| 576 | |
| 577 | // ------------------- Logistic Distribution |
| 578 |
nothing calls this directly
no test coverage detected