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

Method NormGenerator__sd1

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

Source from the content-addressed store, hash-verified

44public:
45
46 NormGenerator__sd1( double mean_ = 0.0 ) : mean(mean_) {}
47
48 inline double operator()() const {
49 return mean + ::norm_rand() ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected