`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 wrapper that rebundles [`get-random-values`](https://www.npmjs.com/package/get-random-values) into ESM, so you can use it in your vite
, skypack
, or wherever you need ESM.
TypeScript definitions for react-native-get-random-values