📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 07:45:16
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
uuid
/
lib
✏️
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); };
💾 Save Changes
❌ Cancel