Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Internet Gambling
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-09-2006, 01:21 PM
jackaaron jackaaron is offline
Senior Member
 
Join Date: Dec 2004
Location: The \'Shoe
Posts: 611
Default Pokerstars RNG (not a rigged post)

Again, I'm in no way claiming Stars is rigged. I actually don't get any more bad beats there than anywhere else I play...anyhow...

My question is how is there RNG used? I know that's pretty general...is there an RNG for each and every table? Or is there one RNG for the whole site? And, which would be better?

I'm wondering if high traffic amongst the tournies, and cash games could "alter" expected results?

I ask because I have a few friends that recently w/d all their money, and left Stars, and they say it's not rigged, but they think it could be screwed up because they get 3x as many bad beats there as any other place. I tell them not to focus on results, they say "Go F yourself, this is been happening for an entire year." I can't argue with them as I see them getting dogged my more one, two and three outters than imagineable over the course of about 12 months.
Reply With Quote
  #2  
Old 01-09-2006, 01:30 PM
zgall1 zgall1 is offline
Senior Member
 
Join Date: Mar 2005
Posts: 291
Default Re: Pokerstars RNG (not a rigged post)

This is not a rigged post? Right...
Reply With Quote
  #3  
Old 01-09-2006, 01:41 PM
jman220 jman220 is offline
Senior Member
 
Join Date: May 2005
Posts: 7,160
Default Re: Pokerstars RNG (not a rigged post)

YFSSCKT
Reply With Quote
  #4  
Old 01-09-2006, 01:45 PM
jackaaron jackaaron is offline
Senior Member
 
Join Date: Dec 2004
Location: The \'Shoe
Posts: 611
Default Re: Pokerstars RNG (not a rigged post)

I mean, I'm not accusing them of being rigged. I don't think they are.

It's just a simple question, why do 2+2ers flame more than any other forum? [img]/images/graemlins/confused.gif[/img]
Reply With Quote
  #5  
Old 01-09-2006, 01:51 PM
Skipbidder Skipbidder is offline
Senior Member
 
Join Date: Feb 2005
Location: I SWAEAR TO UFCKING ELECTRICAL JESUS
Posts: 1,513
Default Re: Pokerstars RNG (not a rigged post)

[ QUOTE ]
I mean, I'm not accusing them of being rigged. I don't think they are.

It's just a simple question, why do 2+2ers flame more than any other forum? [img]/images/graemlins/confused.gif[/img]

[/ QUOTE ]

It might be because you said that you were not making a post about Stars being rigged and then made a post about Stars being rigged.
Reply With Quote
  #6  
Old 01-09-2006, 01:51 PM
mackem mackem is offline
Senior Member
 
Join Date: Sep 2005
Location: sunderland
Posts: 439
Default Re: Pokerstars RNG (not a rigged post)

How come there are more Stars rigged posts than Party?
Reply With Quote
  #7  
Old 01-09-2006, 01:52 PM
miajag miajag is offline
Senior Member
 
Join Date: Jun 2003
Location: Bawlmer, hon
Posts: 8,266
Default Re: Pokerstars RNG (not a rigged post)

From Pokerstars.com:

SHUFFLE

"Anyone who considers arithmetic methods of producing random digits is, of course, in a state of sin." - John von Neumann, 1951

We understand that a use of a fair and unpredictable shuffle algorithm is critical to our software. To ensure this and avoid major problems described in [2], we are using two independent sources of truly random data:

* user input, including summary of mouse movements and events timing, collected from client software
* true hardware random number generator developed by Intel [3], which uses thermal noise as an entropy source

Each of these sources itself generates enough entropy to ensure a fair and unpredictable shuffle.

Shuffle Highlights:

* A deck of 52 cards can be shuffled in 52! ways. 52! is about 2225. We use 249 random bits from both entropy sources (user input and thermal noise) to achieve an even and unpredictable statistical distribution.
* Furthermore, we apply conservative rules to enforce the required degree of randomness; for instance, if user input does not generate required amount of entropy, we do not start the next hand until we obtain the required amount of entropy from Intel RNG.
* We use the SHA-1 cryptographic hash algorithm to mix the entropy gathered from both sources to provide an extra level of security
* We also maintain a SHA-1-based pseudo-random generator to provide even more security and protection from user data attacks
* To convert random bit stream to random numbers within a required range without bias, we use a simple and reliable algorithm. For example, if we need a random number in the range 0-25:
o we take 5 random bits and convert them to a random number 0-31
o if this number is greater than 25 we just discard all 5 bits and repeat the process
* This method is not affected by biases related to modulus operation for generation of random numbers that are not 2n, n = 1,2,..
* To perform an actual shuffle, we use another simple and reliable algorithm:
o first we draw a random card from the original deck (1 of 52) and place it in a new deck - now original deck contains 51 cards and the new deck contains 1 card
o then we draw another random card from the original deck (1 of 51) and place it on top of the new deck - now original deck contains 50 cards and the new deck contains 2 cards
o we repeat the process until all cards have moved from the original deck to the new deck
* This algorithm does not suffer from "Bad Distribution Of Shuffles" described in [2]



PokerStars shuffle verified by Cigital and BMM International

In May 2003, PokerStars submitted extensive information about the PokerStars random number generator (RNG) to two independent organizations. We asked these two trusted resources to perform an in-depth analysis of the randomness of the output of the RNG, and its implementation in the shuffling of the cards on PokerStars.

Both independent companies were given full access to the source code and confirmed the randomness and security of our shuffle. Click here for more details.
Reply With Quote
  #8  
Old 01-09-2006, 02:29 PM
Hornacek Hornacek is offline
Senior Member
 
Join Date: May 2005
Location: Comerica Park
Posts: 14,006
Default Re: Pokerstars RNG (not a rigged post)

YSSCKY.
Reply With Quote
  #9  
Old 01-09-2006, 03:09 PM
Miggo Miggo is offline
Senior Member
 
Join Date: Jan 2005
Posts: 186
Default Re: Pokerstars RNG (not a rigged post)

[ QUOTE ]
52! is about 2225.

[/ QUOTE ]

On what planet did they get this from? Must be a typo in their document. Isn't this around 8e+67 or 8 quadgazillionbillion or so?
Reply With Quote
  #10  
Old 01-09-2006, 03:15 PM
OrangeKing OrangeKing is offline
Senior Member
 
Join Date: Jan 2004
Posts: 683
Default Re: Pokerstars RNG (not a rigged post)

[ QUOTE ]
[ QUOTE ]
52! is about 2225.

[/ QUOTE ]

On what planet did they get this from? Must be a typo in their document. Isn't this around 8e+67 or 8 quadgazillionbillion or so?

[/ QUOTE ]

I'm taking a wild guess and saying that the number didn't correctly translate when pasted into the 2+2 forums.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:59 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.