Hi Guys.
I havent posted much on here, so bare with me. I would like to ask the eggheads amoung us a few little questions. The questions have been asked millions of times on sites all over the World. There are loads of conflicting opinions and answers out there.
When a poker RNG starts a new hand at the table, has it already decided on which cards each player gets. Does it know the probable outcomes of the game before each hand is dealt. Or is it all calculated and evaluated at each step of the proccess, ie, everyone gets 2 cards dealt, round of betting and folding then the RNG randomly deals the Flop, more betting folding, then the RNG randomly deals the turn etc. Can players actions affect the RNG etc.
Im not trying to imply that the RNG is fixed or that its self aware or anything like that. I would just simply like to understand the RNG proccess of dealing a hand.
Regards
Scotty.....
0 ·
Comments
I believe some sites do re-shuffles between streets, but not Sky Poker.
It has been officially confirmed on this site that this is how it works.
Thanks for the answer NoseyBonk. Im still no wiser lol.
Regards
Scotty...
PS. Are RNGs closed systems, Its code is only accessable by the inventor or owner ?. I really do need to read a RNG book lol.
FIN
It always brings a smile to my face when someone starts crying and shouting that the RNG is fixed or rigged or that it favours the chip leader or that it favours certain people/players lol.
WHY oh WHY would they rig the RNG. Poker sites make lots of money from the players. They want this to always continue. They wouldnt risk their profit or reputation etc on Rigging an RNG. LOLOL
(wink wink) They dont need to Rig the RNG, they only need to turn down or turn up the dial which controls the Bad Beats that a player receives. (wink). LOL
Anyway cheers. I will research the workings of a RNG,,,,Someday......
Regards
Scotty....
HOW DID YOU ARRIVE AT THIS CONCLUSION.
STILL OPEN
By playing thousands of mtts on here and quite a few live.
Im simply trying to find out how something works. I have often wondered as to the workings of a RNG. Its just the way my brain works. When I see something for the first time, my reaction isnt the usual "WOW check that out", its more like "HOW DOES THAT WORK". I just havent got round to finding out the workings of a RNG yet and just decided to ask some questions about it.
I have never really entertained the idea of rigged RNGs. There will always be some who will beleive its rigged. Im just interested in how and why it does what it does.
Scotty...
"I tend to think RNGs stats/numbers/percentages are much higher than Real Life stats."
"They dont need to Rig the RNG, they only need to turn down or turn up the dial which controls the Bad Beats that a player receives."
If the above quotes from yourself do not imply the rng is rigged etc then I need to go back and learn English The purpose of an rng is meant, by design, to produce random results without bias. By ensuring more action cards are dealt preflop then the rng would not be random. The RNG would be "fixing" the outcome!
LOL Lets try this again. Im not saying anything about RIGGED RNGs or game fixing or favoritism. You implied that I was implying that the RNG was rigged in some round about sort of way. Let me be clear on this. IM NOT SUGGESTING OR IMPLYING ANYTHING ABOUT THE RNG BEING RIGGED , FIXED , DODGEY , SENTIENT. I hope thats clear to everyone.
Also I must point out that the above quote I wrote regarding the "Turn up or Turn down Dial used to control the Severity of Bad Beats a player receives" was written as a JOKE, HUMOUR, JEST.. LoL.
SKY dont control Bad Beats by way of a DIAL. The Bad Beat Dial doesnt exist ok lol. They just use a simple ON OFF switch. LOL Joking.
Joking aside. I fully grasp the concept of what the Random Number Generator is supposed to do. The RNG takes a full deck of cards. The RNG shuffles and then deals the cards to x amount of players seated at the poker table. Each and every RNG action is done RANDOMLY. The RNG cannot predict, change or affect the outcome in any way. The RNG does not feel or think or choose, its not sentient. The RNG can only follow its programmers code. Which is to RANDOMLY deal cards to online players. This is all done in a digital enviroment.
OK so I hope everyone more or less agrees at this point. Finally, we have arrived at the stage where I have questions and Im hoping you good folks can help.
I dont understand the RANDOM part of the RNG. How does the Software Code acheive a random outcome. To my understanding, the concept of randomness is thus, the final outcome of something/anything cannot be predicted or predetermend because it is constantly affected by changing external forces or changing parameters, therefore the final outcome is truely random.
Now Im not a scientist or a mathmatichan, Im not saying Im right or wrong. Im simply trying to understand.
I assume that the RNG must use some kind of mathamatical logarithm or a scientific thingymajig to determine a random outcome. Can someone please explain this part to me. Can it be explained or is it a Company Secret they dont want you to know about.
Am I on the right road thinking this is how it works or am I just totally wrong.
Scotty.
If you want to know about the great mystical card-shuffle routines...
There's a lot of incredible nonsense written about them. I've seen stuff like "a 32-bit computer can't even count as high as the number of different permutations of a 52 card shuffle", which is 1) wrong and 2) irrelevant.
The routine needs to randomly* shuffle an array of 52 elements - a 'virtual' deck of cards.
It's so basic (no programming pun intended) it's O Level computing. Actually it's not even that. It's what we did for school homework in 1984, written in fully optimized Z80 assembly language in less than 60 minutes, and that included loading the assembler from tape. And that still left time to get out on the Grifter to do some Knock And Run before dark.
* needs a random seed.
Most routines will work from a random 'seed' that is considered 'random enough'. Truely random seeds are hard to come by but they do exist. IMO a computer's 'random enough' is as good, if not better, than a human's 'random enough' - ie, a person who sits at a table and shuffles real cards to the best of their ability.
Thank you NosieBonk...
PS. A Grifter wasnt just a bike. It was also good at building your muscles up. It weighed a TON lol. The Volvo of the 80s Bikes.