P
Pin
Guest
- Thread starter
- #31
Originally posted by Ekydus
Please correct me if I am wrong.
Not strictly wrong, but not a very good argument with any solid reasoning.
For an event to be truly random it needs two things.
1) An equal probability (chance) for any of the possible outcomes to occur;
2) The outcome of the event it not predictable beforehand.
The first is easy to program on a machine, but because computers generate wholly repeatable results due to their nature, the second is not.
i.e. Given the same seed, a computers 'random' number generator will return the same result every time and thus is not truly random.
But because you don't have access to the seed or algorithm, you as a user are not able to predict the result of the event beforehand and thus the event appears to be random to you. This is a pseudo-random event ('pseudo' means 'appears to be').