A function generates uniform random numbers? how will you use it to print all the elements of the array randomly?
Sigiloso
So that can be implemented by making the size of the random number generation equal to the size of the array and then print all the numbers at the indexes generated by the function. Is this right?