En waarschijnlijk is hier een oplossing voor - zie de opmerkingen op npm-pagina mongoose-random voorbeeld .
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
Probeer
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});