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

Method WilcoxGenerator

inst/include/Rcpp/stats/random/rwilcox.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class WilcoxGenerator : public Generator<double>{
29public:
30 WilcoxGenerator( double mm_, double nn_) : mm(mm_), nn(nn_){}
31 inline double operator()() const { return ::Rf_rwilcox(mm,nn); }
32private:
33 double mm, nn ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected