@lukeed/csprng
An alias package for `crypto.randomBytes` in Node.js and/or browsers
react-native-get-random-values
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
get-random-values-esm
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.
crypto-id
Create a random id of any length with characters 0-9,A-Z,a-z using the browser's crypto.getRandomValues interface.