Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
nodejs-14
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
uuid
/
lib
/
//proc/self/root/opt/nodejs-14/usr/lib/node_modules/npm/node_modules/uuid/lib/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); };