View Single Post
  #3  
Old 09-25-2005, 01:56 PM
jman220 jman220 is offline
Senior Member
 
Join Date: May 2005
Location: No Poker Sept-May
Posts: 822
Default Re: \"non-random\" raffle on Empire..what are the odds

[ QUOTE ]
Haha I was waiting for this.

10 winners, Aceberber through to CaesarDoggy. Assuming equal distribution of names on the alphabet (A-Z), that's roughly 2.1/26 of the alphabet (all As, all Bs, beginning of Cs). To odds of getting that ten times consecutively should be:

(2.1/26)^10

= (1.18 * 10)^-11

or roughly 1 in 100 billion.

BruceZ probably has some nCr crap though [img]/images/graemlins/grin.gif[/img]

edit: I had a look at your analysis and it should be more accurate since you took the sample of actual names on the site. Either way it's a HUGE number. No question their randomization algorithm was [censored] up. I can think of a couple of ways code could be written that would produce a sample like this. One possibility is that the random integer the system returned each time was limited to 32,000 (if it was a code default, or they used the wrong integer type, or some guy missed a 0 in the multiplier [img]/images/graemlins/grin.gif[/img]), which would sample about 13% of 250,000 players names stored alphabetically. Seems about right?

[/ QUOTE ]

I would think that less names begin with A's B's and C's especially when compared to letters such as RSTLNEP etc. etc. Regardless, this clearly wasn't a random drawing, thats a hell of a stastical outlier.
Reply With Quote