View source: R/helperFunctions.R
| rmdcev_get_rng | R Documentation |
Create a boost::ecuyer1988 RNG seeded with seed,
returned as an external pointer suitable for passing to the compiled
Stan simulation functions. Defined here (not in RcppExports.R) so it
survives Rcpp::compileAttributes() regeneration.
rmdcev_get_rng(seed = 0L)
seed |
Integer seed value (default 0L). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.