Fills a provided Uint8Array with cryptographically secure random values. This method emulates crypto.getRandomValues() from the Web Crypto API.
crypto.getRandomValues()
typedArray A Uint8Array to fill with random values.
typedArray
Returns: Uint8Array The same array passed in after being filled with random values.
Fills a provided Uint8Array with cryptographically secure random values. This method emulates
crypto.getRandomValues()from the Web Crypto API.typedArrayA Uint8Array to fill with random values.Returns: Uint8Array The same array passed in after being filled with random values.