Given this:
Unless you have a hardware random number generator, the bytes will be pseudo-random—generated predictably from a seed value. The seed is generated from an OS-specific source (
/dev/urandomon Unix-like systems,CryptGenRandomon Windows).
Wondering how you enable the use of a hardware random number generator in Node.js.