runif_sitmo {sitmo} | R Documentation |
Random Uniform Number Generator with sitmo
Description
The function provides an implementation of sampling from a random uniform distribution
Usage
runif_sitmo(n, min = 0, max = 1, seed = 1L)
Arguments
n |
An |
min |
A |
max |
A |
seed |
A special |
Value
A numeric vector
containing the realizations.
Examples
a = runif_sitmo(10)
[Package sitmo version 2.0.2 Index]