0
Javascript on repeat image generator
I want to write an image generator, there are 10 images in total and it will display 5 images randomly each time without repeating, how do I do that???
1 Answer
0
But you can't guarantee math.random() does not generate same numbers, right?đ