samedi 9 juillet 2016

Randomly rearrange array items c#

I have a c# int array that contains numbers from 1 to 100 that means that

myArray[0] = 1;
myArray[1] = 2;
....
myArray[99] = 100;

But I want to rearrange them in this array randomly, is it possible in c# ?




Aucun commentaire:

Enregistrer un commentaire