I would like to serve an array of 25 elements randomly.
I’m not sure how to do this.
Say the array has numbers from 0 to 24.
I want to produce something like that:
5,4,6,7,8,9,10,20,21,22,23,24,25,1,2,11,14,15... etc
So if the generator outputs 23 it should not output it again
Thanks
1 Answer