matician - v2.0.0
    Preparing search index...

    Function randomNormal

    • Returns a random number from a normal (Gaussian) distribution using the Box-Muller transform.

      Parameters

      • mean: number

        The mean of the distribution.

      • stdDev: number

        The standard deviation.

      Returns number