Does anyone know how I could easily generate random numbers following a normal distribution in C/C++ ?
http://www.mathworks.com/access/helpdesk/help/toolbox/stats/normrnd.html
I don't want to use any of Boost.
I know that Knuth talk about this at length but I don't have his books at hands right know.
Thanks,