Preparing search index...

    Function getRandomValues

    • Fills a provided Uint8Array with cryptographically secure random values. This method emulates crypto.getRandomValues() from the Web Crypto API.

      typedArray A Uint8Array to fill with random values.

      Returns: Uint8Array The same array passed in after being filled with random values.

      Parameters

      • typedArray: Uint8Array

      Returns Uint8Array