### Package to replace [`random-bytes`](https://npmx.dev/random-bytes) ### Suggested replacement(s) [`crypto.randomBytes`](https://nodejs.org/api/crypto.html#cryptorandombytessize-callback) ### Manifest type native (replaceable by a built-in platform feature) ### Rationale Built-in ### Availability _No response_ ### Code example (optional) ```js ```
Package to replace
random-bytesSuggested replacement(s)
crypto.randomBytesManifest type
native (replaceable by a built-in platform feature)
Rationale
Built-in
Availability
No response
Code example (optional)