in reply to Re: Selecting random records from an array
in thread Selecting random records from an array
The comparison function is required to behave. If it returns inconsistent results (sometimes saying $x[1] is less than $x[2] and sometimes saying the opposite, for example) the results are not well- defined.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Selecting random records from an array
by BrowserUk (Patriarch) on Jun 04, 2003 at 22:48 UTC | |
Re: Re: Re: Selecting random records from an array
by blueAdept (Beadle) on Jun 05, 2003 at 13:44 UTC |