Function randomGaussian( index )

Description:
Generates a pseudo-random number sampled from a Gaussian distribution with mean of 0.0 and standard deviation of 1.0.

Note: The randomness may not be very high quality.

Parameters:
index (long integer)
input value, typically row index "$0"
Return Value (floating point):
random number
Signature:
double randomGaussian(long)