• Generate a random floating-point value in the range [lo, hi). Note, the range is inclusive at the lower end, and exclusive at the upper.

    Parameters

    • lo: number
    • hi: number

    Returns number