rng.js 90 Bytes Edit Raw Blame History Permalink 1 2 3 4 var rb = require('crypto').randomBytes; module.exports = function() { return rb(16); };