@tsdotnet/random - v1.1.7
    Preparing search index...

    Function next

    • 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.

      Parameters

      • boundary: number
      • Optionalinclusive: boolean

      Returns number