You can use the built-in crypto
module instead. It provides both a crypto.randomBytes()
as well as a crypto.pseudoRandomBytes()
.
However it should be noted that these methods give you a Buffer object, you cannot pass in a Uint32Array or similar, so the API is a bit different.