I need a new random output each time I run the program, but each time I get the same outcome. Is there a way to prevent this from happening?
Do a bit of research on the randomSeed() function
A search of this forum would be a good starting place
Top of the page, Resources, Reference look for randomSeed(). It's just below random().
Steve