• Returns a random integer from 0 to the boundary. Return value will be less than the boundary unless inclusive is set to true. Negative numbers are allowed.

    Returns

    Parameters

    • boundary: number
    • Optional inclusive: boolean

    Returns number

Generated using TypeDoc