I would like to make a for loop that loops through the numbers 0-8 in a random order. Note that every number can only be visited once.
How can I achieve this?
|
|
|||||||
|
|
|||||||||||
|
|
Found this from a web search - Fisher-Yates shuffle, implemented in Perl. This will generate an unbiased randomization of any input array.
For more info: http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle And the original I found was from: |
|||||||||
|
|
One possibility:
|
||||
|
|