From: Arno Erpenbeck Date: 2002-04-12T02:38:50+09:00 Subject: Re: random numbers with a particualr statistical distribution Greetings, > On Thursday 04 April 2002 00:35, you wrote: > > Has anyone out there written code in Ruby to generate > > random numbers with a particular statistical > > distribution. I know algorithms exist in C/C++: You might want to have a look at ruby-gsl (in the RAA). It includes generating random numbers from Gaussian, Exponential, Rayleigh, Cauchy, Weibull etc. distributions. So long Arno Erpenbeck