rcpp_runif | R Documentation |
Rcpp runif.
rcpp_runif(min, max)
min , max |
Double with boundaries of random number. |
Draws random number from uniform distribution.
double
<https://www.cplusplus.com/reference/random/uniform_real_distribution/>
How to use time-based seed based on <http://www.cplusplus.com/reference/algorithm/shuffle/>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.