Hello noders,
a new minor version of the LTS node version has just been released.
crypto.randomInt([min, ]max[, callback])
Without the callback it is a synchronous function.
You can now forget Math.random()
unsafe calls!
Thanks to @olalonde
2 deprecations
module.parent
process.umask
Top comments (0)