X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/uuid/lib
lib
/
node_modules
/
npm
/
node_modules
/
uuid
/
lib
/
ðŸ“
..
📄
bytesToUuid.js
(747 B)
📄
md5-browser.js
(6.66 KB)
📄
md5.js
(576 B)
📄
rng-browser.js
(1.28 KB)
📄
rng.js
(246 B)
📄
sha1-browser.js
(2.28 KB)
📄
sha1.js
(579 B)
📄
v35.js
(1.58 KB)
Editing: rng.js
// 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); };
Upload File
Create Folder