Module:RandomCatholicOnlineContent: Difference between revisions

Jump to navigation Jump to search
adjust random
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)

Navigation menu