rng.js 95 Bytes Raw Blame History Permalink 1 2 3 4 import crypto from 'crypto'; export default function rng() { return crypto.randomBytes(16); }