Random Uniform Number Generator with sitmo
The function provides an implementation of sampling from a random uniform distribution
runif_sitmo(n, min = 0, max = 1, seed = 1L)
n |
An |
min |
A |
max |
A |
seed |
A special |
A numeric vector
containing the realizations.
a = runif_sitmo(10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.