UNPKG

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