Random gauss numbers?

Hello all,

how can I generate random Gaussian distributed numbers?
something like Gauss(mean, sigma)

thx in advance

Daniel

The link below contains an ruby implementation of the Box-Muller method
for normal distribution:

http://users.rcn.com/m3ha11/ruby/Rand.rb