Fixed. Also, anyone have word as to when or if rand functions "auto seed" if seeds don't exist?
iirc, jeroen/sterling did work on that... Regards, Philip On Wed, 13 Mar 2002, Rasmus Lerdorf wrote: > Currently rand shows up as: > > int rand ( void)int rand ( int min, int max) > > at http://www.php.net/manual/en/function.rand.php > > This is extremely ugly. Ca we not do: > > int rand([int min, int max]) > > ? > > -Rasmus >
