rng.js 90 B

1234
  1. var rb = require('crypto').randomBytes;
  2. module.exports = function() {
  3. return rb(16);
  4. };