И вероятно решението може да е тук - вижте коментарите на npm страница mongoose-random пример .
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
Опитайте
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});