Re: dice used in catan is biased
Posted: 20 July 2024, 17:54
One of humanity's distinct traits - something that some say differentiates us from animals - is that we are capable of recognizing patterns, even when none actually exist.
A sample set of 21 proves nothing though.Rufasu wrote: ↑21 July 2024, 02:12 Since this is not well communicated, let me give you a clear example.
What do you think when you see the following dice in a game?
6 6 6 6 3 11
6 6 6 6 3 11
6 6 6 6 3 11
If we consider only probability theory, we can say that “anything can happen.
However, those who have studied computer science think like this.
This program is making a mistake.
Do you mean 18?Suoivax wrote: ↑21 July 2024, 04:37A sample set of 21 proves nothing though.Rufasu wrote: ↑21 July 2024, 02:12 Since this is not well communicated, let me give you a clear example.
What do you think when you see the following dice in a game?
6 6 6 6 3 11
6 6 6 6 3 11
6 6 6 6 3 11
If we consider only probability theory, we can say that “anything can happen.
However, those who have studied computer science think like this.
This program is making a mistake.
If the PHP function random_int() which is cryptographically secure and is used at BGA (read the FAQ) gives this 18-number sequence one can safely assume that this program is not making a mistake. This pattern will not repeat the next 100 rolls.Rufasu wrote: ↑21 July 2024, 02:12 Since this is not well communicated, let me give you a clear example.
What do you think when you see the following dice in a game?
6 6 6 6 3 11
6 6 6 6 3 11
6 6 6 6 3 11
If we consider only probability theory, we can say that “anything can happen.
However, those who have studied computer science think like this.
This program is making a mistake.
i guess that depends on if those are ones or elevens. Although to be fair there are no ones in Catan.Gulchen wrote: ↑21 July 2024, 09:09Do you mean 18?Suoivax wrote: ↑21 July 2024, 04:37A sample set of 21 proves nothing though.Rufasu wrote: ↑21 July 2024, 02:12 Since this is not well communicated, let me give you a clear example.
What do you think when you see the following dice in a game?
6 6 6 6 3 11
6 6 6 6 3 11
6 6 6 6 3 11
If we consider only probability theory, we can say that “anything can happen.
However, those who have studied computer science think like this.
This program is making a mistake.
This is nonsense. The actual code has been shown to you. If you have any programming skill, you can go examine it yourself. Or do actual, properly-managed scientific testing of its results. If you can actually find a flaw, and report it accurately, programmers everywhere who use this code will be very grateful to you and your work.Rufasu wrote: ↑26 July 2024, 06:03 I question the attitude that anything is possible if the odds are high.
It is now faith.
If you are a programmer, you should think of a better program.
They should consider whether their use of PHP functions is correct.
Some people are not satisfied with the random number function of the PHP library and have implemented their own random number algorithm.
I must say that this is unprofessional.