MY max is 14400 but whenever I run the program the number isn't very random.
For instance I might get 10020 as my random number. If I close the program and run it again right after then number is then around 10040. Is there a way that I could get the numbers to be more random? Thanks.
I am seeding it, however, the number still isn't very random.
I tried the above code (the correct one) and got 10244 my first run. I closed the program and ran it agin. My next number was 10266, then 10294, then 10314, and I assuming my next number would have been around 10330.
The numbers just aren't very random, I can usually guess within 10 what the next number will be.