Function bellFloat

  • This function takes a minimum and maximum value and returns a random float between them, weighted towards the middle.

    Parameters

    • min: number

      The minimum value to return

    • max: number

      The maximum value to return

    Returns number

    • A random float between the minimum and maximum values

Generated using TypeDoc