File size: 110 Bytes
6491ad4
 
 
 
1
2
3
4
5
const rnds8 = new Uint8Array(16);
export default function rng() {
    return crypto.getRandomValues(rnds8);
}