The code is probably wrong because I am a noob with perl and programing in general but that is my idea, and I thought this post was extremely interesting at least considering my level of knowledge about perl.my $random = int( rand(20)); foreach $array (@array){ $store = $array; $array = $array[$random]; $array[$random] = $store; $random = int( rand(20)); }
In reply to Re: Is this a fair shuffle?
by Thargor
in thread Is this a fair shuffle?
by Roy Johnson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |