Và có lẽ giải pháp có thể là ở đây - xem nhận xét trên trang npm mongoose-random ví dụ.
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
Hãy thử
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});