When I start my program I want to create random numbers but when I enter the code it will always display the random numbers in the same order, when I exit and re-open the program. How do I make it so that everytime I relaunch the program it generates random numbers in a completely different order?

Thanks,

Will