Re: [PHP-DEV] A patch to get rid of system rand/srand/etc.

2001-08-04 Thread Jani Taskinen
On Fri, 3 Aug 2001, Rasmus Lerdorf wrote: >> > >> > This patch will replace PHP functions srand() / rand() / getrandmax() >> > with the mt_*() ones. The mt_*() are changed to aliases. >> > >> > If nobody objects, I will commit this tomorrow. >> >> I object. srand/rand are deterministic and u

[PHP-DEV] A patch to get rid of system rand/srand/etc.

2001-08-03 Thread Jani Taskinen
This patch will replace PHP functions srand() / rand() / getrandmax() with the mt_*() ones. The mt_*() are changed to aliases. If nobody objects, I will commit this tomorrow. --Jani Index: configure.in === RCS file: /repositor