random-enough
v1.0.2
Published
For when crypto.randomBytes() would be nice, but crypto.pseudoRandomBytes() is good enough.
Readme
random-enough
For when crypto.randomBytes() would be nice, but crypto.pseudoRandomBytes() is good enough.
var randomEnoughBytes = require('random-enough');
randomEnoughBytes(size, function (err, buf) {...});