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

Function unif_rand

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

Source from the content-addressed store, hash-verified

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
33 /* Normal Distribution */

Callers 14

SampleReplaceFunction · 0.85
WalkerSampleFunction · 0.85
SampleNoReplaceFunction · 0.85
EmpiricalSampleFunction · 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
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected