skokiaan All American 26447 Posts user info edit post |
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 |
philihp All American 8349 Posts user info edit post |
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 |