i need a library with functions for generating random number, given average, standard deviation and using one of three distribution - exponential, normal or unified.
May I recommend the GNU Scientific Library either for use or for inspiration? It has several Random Number Distributions and is designed to be used from C and C++.