up Inquisit Language Reference

randGaussian function

Generates a random number from a gaussian distribution with a given mean and standard deviation.

Member of

<global>

Syntax

randGaussian(mean, sd)

Return Type

number

Parameters

Name Type Description
mean number The mean of the distribution.
sd number The standard deviation of the distribution.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.