RE: randomizing two dimensional array

2004-06-10 Thread N, Guruguhan \(GEAE, Foreign National, EACOE\)
Thursday, June 10, 2004 6:46 PM To: Perl Beginners Subject: randomizing two dimensional array Hi All, I have a two dimensional array built like this $x[$i][$j] inside two for loops. I would like to know how can I randomize the elements of this array? Thanks Regards > Guruguhan -- To

Re: randomizing two dimensional array

2004-06-10 Thread Wiggins d Anconia
> Hi All, > I have a two dimensional array built like this $x[$i][$j] inside two for loops. I would like to know how can I randomize the elements of this array? > Which array, the inner or outer? perldoc -q 'shuffle an array randomly' http://danconia.org -- To unsubscribe, e-mail: [

randomizing two dimensional array

2004-06-10 Thread N, Guruguhan \(GEAE, Foreign National, EACOE\)
Hi All, I have a two dimensional array built like this $x[$i][$j] inside two for loops. I would like to know how can I randomize the elements of this array? Thanks Regards > Guruguhan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]