The module RNG is an enhanced version of the URNG module by Paul Dubois.
The URNG module provided any number of independent random number
generators with a uniform distribution.  The RNG module extends the
random number generators to non-uniform distributions.  Currently
implemented are exponential and normal distributions, but adding others
is not difficult.  Contributions of code for other distributions are
welcome!
