in reply to Re: mem usage
in thread mem usage

Your shuffle algorithm is not very good.

It looks like a Fisher-Yates shuffle, which is what List::Util uses. Or did you spot a bug?

Replies are listed 'Best First'.
Re^3: mem usage
by jwkrahn (Abbot) on May 26, 2010 at 19:49 UTC

    Sorry, but the way he implemented it threw me off.