You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| random | *function(number):!Array.<number>* | Function taking the number of bytes to generate as its sole argument, returning the corresponding array of cryptographically secure random byte values.
129
129
| **@see** | | http://nodejs.org/api/crypto.html
130
-
| **@see** | | http://www.w3.org/TR/WebCryptoAPI/
130
+
| **@see** | | http://www.w3.org/TR/WebCryptoAPI/
131
+
132
+
**Hint:** You might use [isaac.js](https://github.com/rubycon/isaac.js) as a CSPRNG but you still have to make sure to
0 commit comments