I am randomising the order of numbers 1 - 10.
I have done it by looping through the numbers and re-trying if the chosen number is already included in the random list.
Is there a more efficient way of doing it?
Keith
I have done it by looping through the numbers and re-trying if the chosen number is already included in the random list.
Is there a more efficient way of doing it?
Keith