kaven-basic - v4.5.1
    Preparing search index...

    Interface IRandom<T>

    interface IRandom<T> {
        Random(): undefined | T;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods

    Methods

    • Returns undefined | T

      A random item in the collection without removing it.