Setting different random values to an array
in
Programming Questions
•
1 year ago
I have an array that needs to be filled with 20 different numbers, in random order, from 0 - 19. How would I do this?
It is important that no numbers repeat.
1