0.0.3 • Published 9 years ago

@nathanfaucett/get_random_bytes v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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);