Files
ASHEBShop-h5/node_modules/uuid/rng.js
T
2017-05-10 16:33:00 +08:00

5 lines
90 B
JavaScript

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