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

Method LogisGenerator

inst/include/Rcpp/stats/random/rlogis.h:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29public:
30
31 LogisGenerator( double location_, double scale_ ) :
32 location(location_), scale(scale_) {}
33
34 inline double operator()() const {
35 double u = unif_rand() ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected