rndm
rndm copied to clipboard
Use crypto.randomBytes instead of Math.random;
During the security scan, the AppSec platform has found a vulnerability in the library code and recommends to use cryptographic random instead of Math.ramdon. So there are changes according to these recommendations;