Function rnds

  • Get a random float value that becomes negative with a one-half probability. If high parameter isn't specified, return a value from -lowOrHigh to lowOrHigh.

    Returns

    Parameters

    • lowOrHigh: number = 1
    • Optional high: number

    Returns number

Generated using TypeDoc