PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
uuid
/
lib
// Unique ID creation requires a high quality random # generator. In node.js // this is pretty straight-forward - we use the crypto API. var rb = require('crypto').randomBytes; function rng() { return rb(16); } module.exports = rng;
[+]
..
[-] rng.js
[edit]
[-] bytesToUuid.js
[edit]
[-] rng-browser.js
[edit]
[-] sha1.js
[edit]
[-] sha1-browser.js
[edit]