This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ben
/
be-ytb
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
62b27cd6ad
Branches
Tags
dev
master
be-ytb
/
js
/
node_modules
/
uuid
/
dist
/
esm-node
/
rng.js
rng.js
95 B
History
Raw
1
2
3
4
import crypto from 'crypto';
export default function rng() {
return crypto.randomBytes(16);
}