MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

72 NormGenerator__mean0__sd1( ) {}
73
74 inline double operator()() const {
75 return ::norm_rand() ;
76 }
77
78};
79

Callers

nothing calls this directly

Calls 1

norm_randFunction · 0.85

Tested by

no test coverage detected