Interface IRandom<T>

Type Parameters

  • T

Hierarchy

  • IRandom

Implemented by

Methods

Methods

  • Random(): undefined | T
  • Returns

    A random item in the collection without removing it.

    Returns undefined | T

Generated using TypeDoc