The function provides an implementation of sampling from a random uniform distribution
runif_sitmo(n, min = 0, max = 1, seed = 1L)An unsigned integer denoting the number of realizations to generate.
A double indicating the minimum \(a\) value
in the uniform's interval \(\left[a,b\right]\)
A double indicating the maximum \(b\) value
in the uniform's interval \(\left[a,b\right]\)
A special unsigned integer containing a single seed.
A numeric vector containing the realizations.
a = runif_sitmo(10)