Files

5 lines
90 B
JavaScript
Raw Permalink Normal View History

var rb = require('crypto').randomBytes;
module.exports = function() {
return rb(16);
};