This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ben
/
be-ytb
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f97d01195e
Branches
Tags
dev
master
be-ytb
/
js
/
node_modules
/
uuid
/
dist
/
esm-node
/
rng.js
rng.js
95 B
Historique
Raw
1
2
3
4
import crypto from 'crypto';
export default function rng() {
return crypto.randomBytes(16);
}