`window.crypto.getRandomValues` with fallback to Node.js crypto
An alias package for crypto.randomBytes in Node.js and/or browsers
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like uuid that depend on it.
A cross-environment window.crypto.getRandomValues replacement
This is a polyfill for `window.crypto.getRandomValues(). In place ofMath.random()it uses the [Mersenne Twister pseudorandom number generator](https://github.com/boo1ean/mersenne-twister) seeded byMath.random()`.