Two Plus Two Older Archives

Two Plus Two Older Archives (http://archives2.twoplustwo.com/index.php)
-   Probability (http://archives2.twoplustwo.com/forumdisplay.php?f=23)
-   -   Pokerstars shuffle sources (http://archives2.twoplustwo.com/showthread.php?t=322928)

frostbrn 08-25-2005 08:10 PM

Pokerstars shuffle sources
 
On their website, Stars indicate that they take "user input" into their shuffle algorithm. They mention mouse movements and data collected from client software. Does this mean that the way in which I move my mouse has at least SOME effect on the cards I am dealt?

OrangeKing 08-25-2005 10:22 PM

Re: Pokerstars shuffle sources
 
[ QUOTE ]
On their website, Stars indicate that they take "user input" into their shuffle algorithm. They mention mouse movements and data collected from client software. Does this mean that the way in which I move my mouse has at least SOME effect on the cards I am dealt?

[/ QUOTE ]

Probably, but you wouldn't know what impact unless you first knew exactly what kind of input every other player was making, and knew exactly how it would effect the RNG. I wouldn't worry about it. [img]/images/graemlins/smile.gif[/img]

daryn 08-26-2005 03:45 AM

Re: Pokerstars shuffle sources
 
yes, if you lose with AA vs. KK all in preflop, you should curse yourself for having moved or not moved your mouse.

Rosie5 08-26-2005 07:10 AM

Re: Pokerstars shuffle sources
 
[ QUOTE ]
On their website, Stars indicate that they take "user input" into their shuffle algorithm. They mention mouse movements and data collected from client software. Does this mean that the way in which I move my mouse has at least SOME effect on the cards I am dealt?

[/ QUOTE ]

yes but the equation for grabbing a random number from your mouse movements is probably so complicated that you couldn't even fathom it

partypoker is worth 10 billion, I'll go out on a limb and say they're probably a little more advanced than something you could predict/change with any consistency

VivaLaViking 08-26-2005 12:46 PM

Re: Pokerstars shuffle sources
 
All PRG's have idiosycracies that make them non-random. ALL. As far as mouse movement, it will have the physical constraints of the window bounds that adds to the idiosychracy. I believe they would be better served using the cumulative times that users resond as the seed value for the PRG.

VivaLaViking 08-26-2005 09:21 PM

Re: Pokerstars shuffle sources
 
I guess a better way to explain this is you cannot put physical constraints on even a purely random process without anomolies. A pseudo random generator, PRG, makes these anomonies more apparent. for example if the window size was 100, all results will contain an anomoly due to modulo 100 values. Yes, I recognize they may use the x and y dimensions but the same principle applies.

magiluke 08-26-2005 09:22 PM

Re: Pokerstars shuffle sources
 
[ QUOTE ]
All PRG's have idiosycracies that make them non-random. ALL. As far as mouse movement, it will have the physical constraints of the window bounds that adds to the idiosychracy. I believe they would be better served using the cumulative times that users resond as the seed value for the PRG.

[/ QUOTE ]

First off, you are thinking too that it is only taking the position of the mouse as input. It could be taking ANY kind of user input. The amount of people that fold between shuffles, sentences that people type could be sent through a complicated algorithm that determines the multiplier and add-on to the seed. Each button (Call, Raise, Fold) could add or subtract a different (possible random) amount to the seed each time anyone clicks it. It could be even more complicated than that!

Whatever the case, I consider the process to be random. You don't have to detail to me how computer programs aren't random, cause I know; I've written some (functional, although basic) number generators. The reason why I (and many others) consider it random is that the seed itself (and probably the multipliers and add-ons) are taken from unpredictable human action.

If you want to get technical, nothing is random EVER. They have built machines that will flip a coin and land on heads every time. People have practiced flipping coins so they can land heads every time. People have practiced so that they throw the numbers they want in craps. What makes thigs seem random is the fact that things are done slightly differently every time they happen--every time you flip a coin, you position it differently on your thumb, you flip it in a slightly different direction, you apply more or less joules.

I'm tired of typing now.

sakki 08-26-2005 09:37 PM

Re: Pokerstars shuffle sources
 
[ QUOTE ]
If you want to get technical, nothing is random EVER.

[/ QUOTE ]

I don't think so. See random.org for starters.

VivaLaViking 08-26-2005 09:46 PM

Re: Pokerstars shuffle sources
 
[ QUOTE ]

First off, you are thinking too that it is only taking the position of the mouse as input


[/ QUOTE ]

I am not making any assumptions. The only reason the mouse was brought up is the origonal post referenced it. I was told by a Poker Stars representative that they are using a new Intel chip set, the only thing I can say is that Intel is no guarantee of reliability (they had a recall of Pentiums for a math problem). But after all your typing we reached the same conclusion, it is not random.

magiluke 08-26-2005 09:58 PM

Re: Pokerstars shuffle sources
 
[ QUOTE ]
I don't think so. See random.org for starters.

[/ QUOTE ]

I'm aware of using noise and radiation to generate random numbers (I've never heard about lava lamps though... That's cool). The reason that they are "random" is because they are very unpredictable. If there was ever a way for us to take into account every single thing that would influence these measurements, we could predict the outcome. In most cases, we just can't do this yet (See: Dr. Heisenberg).


All times are GMT -4. The time now is 05:50 PM.

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