getRandomBytes for the browser and node.js
npm install @nathanfaucett/get_random_bytesgetRandomBytes
=======
getRandomBytes for the browser and node.js
``javascript
var getRandomBytes = require("@nathanfaucett/get_random_bytes");
// returns Uint8Array with size 32 full of random bytes
var bytes = getRandomBytes(32);
``