Question: Array help

Hi folks, i'm ttrying to create an nxn array with n going as high as possibly 1000 to test the speed of a procedure i wrote.

Problem is, each row in the array has to have the numbers 1 to n arranged in a random order, with no number repeated.

Is there anyway to do this? Preferably using the Array command (think thats different from array...).

 

Cheers!

Please Wait...