और शायद समाधान यहां हो सकता है - 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);
});