random-document-stream
v0.0.0
Published
create a stream with randomized documents
Readme
random document stream
creates a stream of random documents for use in testing PouchDB/CouchDB
npm install random-document-streamvar Random = require('random-document-stream');
var random = new Random(n);
random.on('data', function (d) {
// called n times
})