MCPcopy Index your code
hub / github.com/nodejs/node / getRandomValues

Function getRandomValues

lib/crypto.js:269–271  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

267}
268
269function getRandomValues(array) {
270 return lazyWebCrypto().crypto.getRandomValues(array);
271}
272
273ObjectDefineProperty(constants, 'defaultCipherList', {
274 __proto__: null,

Calls 1

lazyWebCryptoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…