Quote Originally Posted by Alhanelem View Post
Random number generator is random.

Actually, technically, it's not. It's pseudo-random. They tend to use "random" strings of numbers (seeds, pre-generated) and then just sequentially go through them. CPU cannot actually generate a random number as, by definition, their hardware is designed to be well known and consistent (the opposite of random).

But yeah. "Random" is "random."