If you want to shuffle the array (randomize the order of the elements), you can try the Knuth shuffle algorithm: Code (csharp):. void reshuffle( ...
確定! 回上一頁