This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ben
/
be-ytb
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
dabe88b6a4
Rami (Branch)
Tag
dev
master
be-ytb
/
js
/
node_modules
/
uuid
/
dist
/
esm-node
/
rng.js
rng.js
95 B
Cronologia
Originale
1
2
3
4
import crypto from 'crypto';
export default function rng() {
return crypto.randomBytes(16);
}