UNPKG

rafale

Version:

Deploy every services, everywhere, in just a few seconds

1 lines 244 B
"use strict";function randomByte(){if(!crypto||!crypto.getRandomValues)return 48&Math.floor(256*Math.random());var r=new Uint8Array(1);return crypto.getRandomValues(r),48&r[0]}var crypto=window.crypto||window.msCrypto;module.exports=randomByte;