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

Function norm_rand

inst/include/Rcpp/Rmath.h:29–29  ·  view source on GitHub ↗

Random Number Generators */

Source from the content-addressed store, hash-verified

27
28 /* Random Number Generators */
29 inline double norm_rand(void) { return ::norm_rand(); }
30 inline double unif_rand(void) { return ::unif_rand(); }
31 inline double exp_rand(void) { return ::exp_rand(); }
32

Callers 8

operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected