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