PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
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 crypto = require('crypto'); module.exports = function nodeRNG() { return crypto.randomBytes(16); };
[+]
..
[-] rng.js
[edit]
[-] bytesToUuid.js
[edit]
[-] md5-browser.js
[edit]
[-] rng-browser.js
[edit]
[-] sha1.js
[edit]
[-] sha1-browser.js
[edit]
[-] v35.js
[edit]
[-] md5.js
[edit]