We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var crypto = require('crypto') while (true) console.log(crypto.randomBytes(32).toString('hex'))
The process prints a bunch of random numbers (yay!) and then hangs badly (:cry:) at 100% CPU. I'm not sure how to debug this.