>I need a random number generator with a Gaussian distribution. It >should have a settable standard deviation. I would prefer it >written in C but any language would be appreciated. Thanks Check out Knuth's Seminumerical Algorithms book, section 3.4.1. Several methods are given, in a form that could easily be converted to code.