I prawdopodobnie rozwiązanie mogłoby być tutaj - zobacz komentarze na stronie npm mongoose-random przykład .
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
Wypróbuj
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});