I would like to show random posts to my blogger.
I got a javascript from googling and tried it, but the number of random posts are not correct (should be 10 but some
While you set the max-results to 1000, the entries returned from the server will be capped to 500. It will still return the right total number of entries, however, as you can see if you access json.feed.openSearch$totalResults.$t.
max-results
json.feed.openSearch$totalResults.$t
Source