This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
bachir
/
Clameurs
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
e0e8482b12
Branches
Tags
master
prod
Clameurs
/
sites
/
all
/
themes
/
figureslibres
/
inifig
/
node_modules
/
uuid
/
rng.js
rng.js
90 B
Historique
Raw
1
2
3
4
var rb = require('crypto').randomBytes;
module.exports = function() {
return rb(16);
};