runif_seed {LorenzRegression} | 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