Quote:
Originally Posted by GB449
Thank you for the reply! How can I generate Gaussian random numbers with mean 0 and variance 1? I am programming in C#.
|
This is a common task for which standard algorithms exist in most numerical packages. For example, in matlab there is a function

. You can also do this using the Box-Muller transform. You may find this thread useful:
http://stackoverflow.com/questions/2...sian-variables