Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
13,382
edits
No edit summary |
(adjust random) Tag: Reverted |
||
| Line 83: | Line 83: | ||
function p.getRandomSubpage(frame) | function p.getRandomSubpage(frame) | ||
math.randomseed(mw.site.stats.pageCacheMisses) -- Use cache misses as seed | |||
local max = #subpages | local max = #subpages | ||
local randomIndex = math.random(1, max) | local randomIndex = math.random(1, max) | ||