Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-04-01 | Beef up the random number generator by using Joomla's new implementation. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-04-25 | Move random::string() to be test::random_string() and have it return a | Bharat 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-21 | Update copyright to 2011. | Bharat Mediratta | |
2011-01-16 | Add arguments to random::int() to match mt_rand(). Follow on to ↵ | Bharat Mediratta | |
cd48b89f3166e7fa732b5cb06d33fba018af9127 for #1527. | |||
2010-12-15 | Consolidate 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. |