merged branch Tobion/patch-3 (PR #613)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 25 Jan 2012 15:02:48 +0000 (16:02 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 25 Jan 2012 15:02:48 +0000 (16:02 +0100)
Commits
-------

e81a9e2 Improved random function

Discussion
----------

Improved random function

- dealing with empty array (otherwise PHP warning is raised)
- using array_rand() and thus saving the $keys variable

---------------------------------------------------------------------------

by Tobion at 2012-01-25T12:41:32Z

How about allowing `mt_rand ( int $min , int $max )` with optional parameters to be used when the $values ist not an array?
This would solve use case #612


Trivial merge