function randomg

Returns a random number drawn from a Gaussian distribution centered on 0 with width SIGMA. If no SEED is given, a seed based on the current time is used.

Syntax
result = randomg(SIGMA [, SEED])

Arguments
SIGMA:   Width of the Gaussian profile from which the number is drawn (real number).
SEED:   Seed of the random number algorithm (integer number).


Returns
A random number

See also
function random