float nextGaussian()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
This method retunrs the next random, Gaussian distributed float value.
Example
Random rand = new Random();
Logger.log("random Gaussian: " + rand.nextGaussian());
The nextGaussian method returns the next random value.