@nathanfaucett/get_random_bytes
v0.0.3
Published
getRandomBytes for the browser and node.js
Downloads
10
Maintainers
Readme
getRandomBytes
getRandomBytes for the browser and node.js
var getRandomBytes = require("@nathanfaucett/get_random_bytes");
// returns Uint8Array with size 32 full of random bytes
var bytes = getRandomBytes(32);