Hex Core JS
    Preparing search index...

    Function getRandomFloat

    • Returns a random float in [min, max).

      Parameters

      • min: number

        The lower bound for the result.

      • max: number

        The upper bound for the result.

      Returns number