📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 18:12:30
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
uuid
/
lib
📍 /usr/lib/node_modules/npm/node_modules/uuid/lib
🔄 Refresh
✏️
Editing: rng.js
Read Only
// 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); };
💾 Save Changes
❌ Cancel