Posted 19 November 2012 - 04:16 PM
Here is the program code for those interested:
http://pastebin.com/MgPvdBpB
Basically, I'm trying to find a way to generate an 8-digit random number (program is currently generating 2, 4 digit numbers then merging them for more security :(/>/>), but the way i'm doing it is odd… it keeps returning the same numbers everytime i reboot the computer (this program is the startup program btw) and run the generator again. Take a look for yourself at around line 175
Try the program yourself, it'll generate a random number at first run but when you reboot it, and it generates a random number, that number is the same number as last time
http://pastebin.com/MgPvdBpB
Basically, I'm trying to find a way to generate an 8-digit random number (program is currently generating 2, 4 digit numbers then merging them for more security :(/>/>), but the way i'm doing it is odd… it keeps returning the same numbers everytime i reboot the computer (this program is the startup program btw) and run the generator again. Take a look for yourself at around line 175
Try the program yourself, it'll generate a random number at first run but when you reboot it, and it generates a random number, that number is the same number as last time