Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/bower/lib/node_modules/uuid/rng.js
var rb = require('crypto').randomBytes;
module.exports = function() {
  return rb(16);
};