runif_seed | R Documentation |
runif_seed
generates a vector of uniform(0,1) random variables with a specific seed. The seed is only used locally.
runif_seed(n, min = 0, max = 1, seed = NULL)
n |
the sample size |
seed |
the seed to use |
A vector with the generated random variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.