Ekompute .info wrote: > Hi, it seems like my random button is not working very well. It keeps on > repeating certain pages instead of moving on. How can I can better > randomness? > > PM Poon
Your random ids are not evenly distributed. Execute the query: UPDATE page SET page_random = RAND(); _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
