Quote Originally Posted by Claire_Pendragon View Post
Where is the "Random" coming from, if it's not from the RNG? And if the "Random" isn't coming from the RNG, why is it called a RNG?
All randomness inherently has the same "problem". It doesn't matter where it's coming from, you're going to find the same problems. And that is that you can get streaks. But, as said, this is inherent to randomness. Not to a generator. So, "you can get the same results even without a generator."

50% chance of a result from flipping a coin doesn't meant you're guaranteed to get either result 50% of the time. The problem is randomness, not a random number generator. Bolded it for you so maybe you can comprehend the point that is being made. This is the point of the initial thing you quoted, which you misconstrued into something else and said it makes no sense.