とりあえずこれでいいのでは
db.collection.find().skip( Math.floor( Math.random() * db.collection.count() ) ).limit( 1 );
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
とりあえずこれでいいのでは
db.collection.find().skip( Math.floor( Math.random() * db.collection.count() ) ).limit( 1 );
Register as a new user and use Qiita more conveniently
Go to list of users who liked