The function provides an alternative implementation of random uniform distribution sampling using R's rng scope.
Examples
set.seed(134)
b = runif_r(10)
The function provides an alternative implementation of random uniform distribution sampling using R's rng scope.
set.seed(134)
b = runif_r(10)