Normal Random Number Generator

Syntax


y = gauss(m, s)

Description


Returns a normally-distributed random number, where the distribution is described by a mean m and standard deviation s.

Example


y = gauss(5.0, 1.5)