randomGaussian()

Math / Random

Description

Returns a float from a random series of numbers having a mean of 0 and standard deviation of 1.

Syntax

float randomGaussian()

Parameters

None

Returns

float

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...