NORMAL

Computes normally-distributed random float(s).

Category: Utility Functions

Syntax

NORMAL(n)
NORMAL()

Arguments

  • n integer Number of random values to generate.

Returns

double — Returns the computed result as double.

Usage Notes

This function is volatile. The integer argument controls how many values are generated, not a seed.