Random Uniform Number Generator using base R
The function provides an alternative implementation of random uniform distribution sampling using R's rng scope.
runif_r(n, min = 0, max = 1)
n |
An |
min |
A |
max |
A |
set.seed(134) b = runif_r(10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.