Introduction - If you have any usage issues, please Google them yourself
Using the C programming language to generate random numbers, uniformly distributed by first generating a random number 0-1, and then use the central limit theorem Gaussian random number generation.