Quote Originally Posted by HoroBoro View Post
Actually, you can have a pure RNG. It's call hardware: http://en.wikipedia.org/wiki/Hardwar...mber_generator
Thanks for the link, interesting read. I highly doubt, considering the server uses a 0.3s server-side position check delay to conserve resources, that they would actually use a hardware based random number generator. Esp considering how slow it says those solutions are.

More likely they use the software based PRNG with seeds values taken from recycled output.