Re: Random.. not actually random
LOL, yeah you can't really say that you will use a random number as a seed. Because you have to have a seed to get that random number, and if you use a random number for that seed you'll need another for that seed, etc.
Your best bet is just finding something that varies quite often either between systems, or is just changing constantly. This will of course depend on the type of program that it is.
|