Is the BGA random number generator rigged/flawed?

Discussions about BGA (all languages)
Forum rules
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756

Is the BGA random number generator rigged/flawed?

Poll ended at 16 November 2021, 10:17

Yes
11
21%
No
31
60%
Maybe
10
19%
 
Total votes: 52

User avatar
N_Faker
Posts: 1078
Joined: 09 September 2016, 10:16

Is the BGA random number generator rigged/flawed?

Post by N_Faker »

Lets see what the BGA forum users think.
Last edited by N_Faker on 28 November 2020, 17:23, edited 2 times in total.
User avatar
nccc
Posts: 788
Joined: 25 August 2019, 12:45

Re: Is the BGA random number generator rigged/flawed?

Post by nccc »

is this an algorithm or a mood problem
User avatar
RicardoRix
Posts: 2540
Joined: 29 April 2012, 23:43

Re: Is the BGA random number generator rigged/flawed?

Post by RicardoRix »

nccc wrote: 16 November 2020, 12:48 is this an algorithm or a mood problem
Well any good RNG would take that into account.
User avatar
N_Faker
Posts: 1078
Joined: 09 September 2016, 10:16

Re: Is the BGA random number generator rigged/flawed?

Post by N_Faker »

How surprising.
User avatar
Woodruff
Posts: 423
Joined: 08 March 2014, 00:53

Re: Is the BGA random number generator rigged/flawed?

Post by Woodruff »

Hard to tell...
We human have many cognitive biases on how we see probabilities, especially when having the occasion to play way more games than usual.
That being said, some situations remain suspicious indeed, I can't tell if those are part of some "true random" or not.

Unless a true scientific method/protocol can be set up to test probabilities and is correlated with the mathematical aspects of the problem, and that only, discarding any subjective point of view, I think it is impossible to answer that question.

We are many to complain, that is human nature, but so few can make such a study alas :/
User avatar
KongKing123
Posts: 577
Joined: 04 April 2020, 19:43

Re: Is the BGA random number generator rigged/flawed?

Post by KongKing123 »

Rigged: no. Flawed: maybe. It would definitely be interesting to see the source code of the bga_rand function that is used here.

The php_rand function before PHP 7 was quite bad: https://boallen.com/random-numbers.html
Woodruff wrote: 23 November 2020, 18:35 Hard to tell...
We human have many cognitive biases on how we see probabilities, especially when having the occasion to play way more games than usual.
That being said, some situations remain suspicious indeed, I can't tell if those are part of some "true random" or not.
Image
User avatar
sourisdudesert
Administrateur
Posts: 4630
Joined: 23 January 2010, 22:02

Re: Is the BGA random number generator rigged/flawed?

Post by sourisdudesert »

Hi,

There is no need to do a poll on this.

If you have the mathematical proof (ie: probability calculation vs important number of random event) that the BGA random generator is flawed, this is useless to vote "yes": please post this proof here instead.

To say things differently: we absolutely don't care if 51%, 90% or 10% of BGA users are thinking that the random generator is flawed: only ONE proof is would be needed to demonstrate this.

We've been very transparent on this:
_ we explained here what functions are being used by BGA for randomness: https://boardgamearena.com/faq?anchor=f ... ing_random
_ a lot of games here has been developed by BGA users, and you can contact them to ask them which exact functions they used, if needed.

So, again, if you have a mathematical proof, please post it there (should I mention that it never happened in 11 years?). If you just have the "impression" that it is flawed, well, that's just an impression and BGA is not concerned about that :)
User avatar
sourisdudesert
Administrateur
Posts: 4630
Joined: 23 January 2010, 22:02

Re: Is the BGA random number generator rigged/flawed?

Post by sourisdudesert »

KongKing123 wrote: 23 November 2020, 19:06 Rigged: no. Flawed: maybe. It would definitely be interesting to see the source code of the bga_rand function that is used here.
The FAQ is answering this :)
User avatar
KongKing123
Posts: 577
Joined: 04 April 2020, 19:43

Re: Is the BGA random number generator rigged/flawed?

Post by KongKing123 »

sourisdudesert wrote: 23 November 2020, 19:09
KongKing123 wrote: 23 November 2020, 19:06 Rigged: no. Flawed: maybe. It would definitely be interesting to see the source code of the bga_rand function that is used here.
The FAQ is answering this :)
Thanks, I didn't know that. So the bga_rand function I've heard about is just a wrapper for random_int and shuffle, there is no custom implementation?

According to the Studio File Reference the site is on PHP 7.2.12, so that would mean random_int and shuffle have pretty good randomisers.
User avatar
sourisdudesert
Administrateur
Posts: 4630
Joined: 23 January 2010, 22:02

Re: Is the BGA random number generator rigged/flawed?

Post by sourisdudesert »

KongKing123 wrote: 25 November 2020, 17:33 Thanks, I didn't know that. So the bga_rand function I've heard about is just a wrapper for random_int and shuffle, there is no custom implementation?
Just a wrapper, yes. The idea is that the day PHP is providing an even better algorithm, we can move all games to this new one by just updating this one :)
Locked

Return to “Discussions”