Alright so i get the whole "rand() % 100 + 1;" deal but i have a slight issue with it. every time the program will return the same numbers in the same order. what's with that.
so my question is, does anyone have any clue as to how to get better random numbers.
(please don't refer me to another site, just answer on the forum as best you can)
only seed it once at the beginning, since a computer is very fast and the seed takes its seed from the time, it'll seed the generator at pretty much at a nanosecond apart so you'll just get the same answer every time