Re: Random.. not actually random
Lol, well yeah. All I am saying is that a random number generator is going to give you the same value every time for the same seed. The algorithm takes a number, runs it through it's equation and then returns a value that was derived from this orginal value.
That is why it is perfered to use a seed that is everchanging.
|