A pravděpodobně by zde mohlo být řešení – viz komentáře na stránce npm mongoose-random příklad .
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
Zkuste
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});