mirror of https://github.com/php/php-src
Browse Source
# Makes shuffle() and str_shuffle() to be random without having to # call srand() in scripts. # They don't internally call php_srand() at all and it would be silly # to start adding php_srand() calls all over the place..PEAR_1_4DEV
2 changed files with 4 additions and 8 deletions
Loading…
Reference in new issue