Function randomNormal

  • Generate a normally-distributed random number from the standard normal distribution (mean 0, sd 1), use normal to generate values with different mean and standard deviation.

    The algorithm used is the Box-Muller transform

    Parameters

    Returns number

Generated using TypeDoc