unif.RdGive regularly spaced points on interval \([-c,c]\) with mean 0
(exactly) and variance about 1 (very close for even n
and larger round.dig). Note that \(c\) depends on n.
numeric vector of length n, symmetric around 0, hence
with exact mean 0, and variance approximately 1.
It relies on the fact that \(Var(1,2,...,n) = n(n+1)/12\).
runif for producing uniform random numbers.