An algorithm to generate Gaussian random numbers based on the Central Limit Theorem
Pick 12 uniform random numbers -- X(i), between 0 and 1.
Add them up to obtain a new random number Y(i) = SX(i)
Redefine Y(i) = Y(i) - 6. Why?
What is the variance? How can we make the numbers “velocities” ?