in reply to Re: Re: help in understanding the standard array shuffle
in thread help in understanding the standard array shuffle
Also, the rand trick you employ can exit early and leave chunks untouched. sortrather relies on consistency, if b>a and c>b then c>a should be implied. If I read the sort code right, violating that could lead to serious goofs like potentially never ending and such.
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: help in understanding the standard array shuffle
by kschwab (Vicar) on Feb 14, 2001 at 19:59 UTC | |
by extremely (Priest) on Feb 14, 2001 at 20:15 UTC |