Two Plus Two Older Archives  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-15-2005, 09:16 AM
mc1 mc1 is offline
Member
 
Join Date: Jan 2005
Posts: 49
Default Re: Explain this about the random number generators

Lee Jones recently stated that PokerStars at least are preshuffled before the hand starts.
Reply With Quote
  #2  
Old 12-15-2005, 12:28 PM
puckboy puckboy is offline
Member
 
Join Date: Oct 2004
Posts: 34
Default Re: Explain this about the random number generators

isn't this the way it should be????(preshuffled) since that would most mimic a B&M room. The dealer isn't constantley shuffling the cards throughout the hand. However, The constant shuffle premise actually makes the hand "more" random then the B&M preshuffle.

Either way however the shuffle is random and NOT rigged which is all i ask for personally.
Reply With Quote
  #3  
Old 12-15-2005, 03:22 PM
Yads Yads is offline
Senior Member
 
Join Date: Sep 2004
Posts: 412
Default Re: Explain this about the random number generators

[ QUOTE ]
However, The constant shuffle premise actually makes the hand "more" random then the B&M preshuffle.

[/ QUOTE ]

How so?
Reply With Quote
  #4  
Old 12-15-2005, 04:03 PM
Guest
 
Posts: n/a
Default Re: Explain this about the random number generators

[ QUOTE ]
[ QUOTE ]
However, The constant shuffle premise actually makes the hand "more" random then the B&M preshuffle.

[/ QUOTE ]

How so?

[/ QUOTE ]


Any human shuffling is technically not completely random. This is because we don't shuffle the deck perfectly. Professional dealers probably shuffle better than the donk in your friend's home game. For example, 2 Q's might might stay next to each other in the deck even after multiple human shuffles. In reality, this minor non-randomness doesn't make much of a difference; it's close enough that we don't care. The RNG comes as close to truly random as you can get.
Reply With Quote
  #5  
Old 12-15-2005, 04:09 PM
Guest
 
Posts: n/a
Default Re: Explain this about the random number generators

[ QUOTE ]
Any human shuffling is technically not completely random. This is because we don't shuffle the deck perfectly. Professional dealers probably shuffle better than the donk in your friend's home game. For example, 2 Q's might might stay next to each other in the deck even after multiple human shuffles. In reality, this minor non-randomness doesn't make much of a difference; it's close enough that we don't care. The RNG comes as close to truly random as you can get.


[/ QUOTE ]

True, but not the answer to the question. puckboy was suggesting that the constant shuffle was "more random" than the one-time shuffle, but both are with RNGs.
Reply With Quote
  #6  
Old 12-15-2005, 04:14 PM
puckboy puckboy is offline
Member
 
Join Date: Oct 2004
Posts: 34
Default Re: Explain this about the random number generators

yup that's exactly what i was trying to say, both are random, one might be slightly better than the other, but they are both close enough to make me feel comfortable
Reply With Quote
  #7  
Old 12-15-2005, 04:16 PM
Guest
 
Posts: n/a
Default Re: Explain this about the random number generators

Yeah . . . I'm still wondering why one is better than the other.
Reply With Quote
  #8  
Old 12-15-2005, 04:06 PM
Guest
 
Posts: n/a
Default Re: Explain this about the random number generators

[ QUOTE ]


Quote:
--------------------------------------------------------------------------------

However, The constant shuffle premise actually makes the hand "more" random then the B&M preshuffle.


--------------------------------------------------------------------------------



How so?

[/ QUOTE ]

I'd really like to see the answer to this one, if someone's got a moment. Though obviously, you get a more random shuffle with a more unique RNG.
Reply With Quote
  #9  
Old 12-15-2005, 06:22 PM
Rudbaeck Rudbaeck is offline
Senior Member
 
Join Date: Jul 2004
Location: Sweden
Posts: 555
Default Re: Explain this about the random number generators

[ QUOTE ]
isn't this the way it should be????(preshuffled) since that would most mimic a B&M room. The dealer isn't constantley shuffling the cards throughout the hand. However, The constant shuffle premise actually makes the hand "more" random then the B&M preshuffle.

[/ QUOTE ]

It already is many orders of magnitude more random than what any human dealer can accomplish before the heat death of the universe either way. But both continuous shuffle a pregen decks are equally random.

The downside to shuffling the deck once and keeping it for the hand is that it encourages hacking. As far as I can tell there is very little extra computation required to get a new shuffle for each card, so the sites should go with the slightly better alternative. If nothing else it soothes the nerves of paranoids.
Reply With Quote
  #10  
Old 12-27-2005, 01:55 AM
Greg Miller Greg Miller is offline
Senior Member
 
Join Date: Dec 2005
Posts: 165
Default Re: Explain this about the random number generators

[ QUOTE ]
The downside to shuffling the deck once and keeping it for the hand is that it encourages hacking. As far as I can tell there is very little extra computation required to get a new shuffle for each card, so the sites should go with the slightly better alternative. If nothing else it soothes the nerves of paranoids.

[/ QUOTE ]

Actually, not running the PRNG for cards that are never dealt saves CPU load. PRNGs are semi-expensive.

As you said, generating the whole shuffle at once is a security issue, potentially, because PRNGs always generate the exact same sequence of numbers (cards) given the same starting state. If there's a problem with entropy collection or some other issue that allows someone to know the starting state, then the entire deck can be accurately predicted. If, on the other hand, the PRNG output stream is sampled at unpredictable times, how do you predict the next card?
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 12:30 PM.


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