summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/random.php
AgeCommit message (Collapse)Author
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
random::hash() random::string() random::percent() random::int() So that we don't have lots of different ways to get random values all over the code. Follow-on to #1527.