Does anyone know of a C/C++ library that I can use to generate random numbers according to a normal and uniform distributions (given appropriate parameters -- mean, standard deviation, etc).I'm using it for a hobby project, so it needs to be free and has to work on *nix.I would prefer not to write my own.
11/21/2007 10:37:04 PM
There are some distributed with Java, and you won't have to worry about running on whichever operating system.But then again, it's not C/C++, so that's pretty worthless advice.
11/22/2007 1:09:45 AM
GSL -- GNU Scientific Libraryhttp://www.gnu.org/software/gsl/
11/23/2007 2:21:42 AM
APSTAT lol
11/23/2007 2:29:00 AM