Og sandsynligvis kunne løsningen være her - se kommentarerne på npm-siden mongoose-random eksempel .
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
Prøv
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});