summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/random.php
AgeCommit message (Collapse)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-04-01Beef up the random number generator by using Joomla's new implementation.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-25Move random::string() to be test::random_string() and have it return aBharat Mediratta
random string of any length. Also introduce test::lorem_ipsum() and use that in places where we want strings of words. Fixes #1713.
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-16Add arguments to random::int() to match mt_rand(). Follow on to ↵Bharat Mediratta
cd48b89f3166e7fa732b5cb06d33fba018af9127 for #1527.
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.