Linnies on 06/18/2012, 07:57 AM - view
And pseudo random isn't random.
Tera doesn't use some magic RNG that actually produces random numbers. It uses a simple mathematical formula that outputs pseudo random numbers. Variation in output is determined by the "seed", which is usually system time to the millisecond. A specific input will always match up with a specific output.
"random" is random
And pseudo random isn't random.
Tera doesn't use some magic RNG that actually produces random numbers. It uses a simple mathematical formula that outputs pseudo random numbers. Variation in output is determined by the "seed", which is usually system time to the millisecond. A specific input will always match up with a specific output.
