Submit
Path:
~
/
/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
uuid
/
lib
/
File Content:
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 rb = require('crypto').randomBytes; function rng() { return rb(16); } module.exports = rng;
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
bytesToUuid.js
699 bytes
0644
rng-browser.js
969 bytes
0644
rng.js
239 bytes
0644
sha1-browser.js
2306 bytes
0644
sha1.js
531 bytes
0644
N4ST4R_ID | Naxtarrr