``` js 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.