A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Able to alter outcome of RNG in post?

1.1k views · started by Use ·
#1
Able to alter outcome of RNG in post?
Is it possible to alter the outcome of the random number generator when you post in the forums?
#2
No .
#3
K. D:
thanks
#4
??? ?
#5
Unfortunately, as Arti said, no. This is because its actually 100% random - not just picked from a list of preset numbers that could be tampered with.
#6
Unfortunately, as Arti said, no. This is because its actually 100% random - not just picked from a list of preset numbers that could be tampered with.


Actually, nothing is truly random. This is why it's commonly referred to as pseudorandom numbers in mathematics.

The key reason it isn't possible to do what the OP is asking for is the simple fact that the predefined numbers in question are determined by the server and not the client.