rafale
Version:
Deploy every services, everywhere, in just a few seconds
1 lines • 244 B
JavaScript
;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;