I want to generate discrete random numbers (for 1000 ensemble) with Gaussian distribution with mean zero and variance 2.25. I saw in the book NUMERICAL RECIPES in Fortran 90, chapter 7, section 7.2, the function gasdev
used for this, but I don't know how to use this function.
How can I use the number of ensembles and mean and variance?
Thank you