Visit the United States Poker Community | Visit the California Poker Community | Read more about the Launch of P5s Local
-
I was thinking the other day, How do RNG's work? What I mean by that is, Does the RNG constantly generate numbers (cards) and the poker program only grabs the next number (card) such as a lottery ball machine or are the numbers (cards) "shuffled" and are put in a random yet predetermined way and only the next number (card) is picked such as a real deck of cards?
Does anyone know the real answer? -
Full Tilt Poker = Continuous Shuffle
pokerstars = Not Continuous Shuffle (or predetermined if you will) -
Originally Posted by RevG
Full Tilt Poker = Continuous Shuffle
pokerstars = Not Continuous Shuffle (or predetermined if you will) -
I know that some sites post their algorithm on the website. Its insane!!!!
-
It doesn't really matter if you have the algorithm, depending on the seeds they are using, and how often they let the seeds reset the algorithm. One of the seeds that I've heard they use is weather conditions, like wind speeds, temperature, barometric pressure, which is pretty cool, because those things are constantly changing, making it hard for anyone to nail. Also, the worst seed to use is time which is constant. One of the very early poker sites used a very simple time-seed based algorithm back in the day, and some people cracked it.
-
really?...ive never heard of anyone "cracking" an algorithm for RNG...which site was this at?
Originally Posted by iatetheredcrayon
It doesn't really matter if you have the algorithm, depending on the seeds they are using, and how often they let the seeds reset the algorithm. One of the seeds that I've heard they use is weather conditions, like wind speeds, temperature, barometric pressure, which is pretty cool, because those things are constantly changing, making it hard for anyone to nail. Also, the worst seed to use is time which is constant. One of the very early poker sites used a very simple time-seed based algorithm back in the day, and some people cracked it. -
Hi,
At PokerStars, we use two sources of random information:- user input, including summary of mouse movements and events timing, collected from client software
- true hardware random number generator developed by Intel, which uses thermal noise as an entropy source
Those two streams of data are then mixed into one to generate a string of 498 digits.
Those digits are then used to select cards off the top of the deck.
So, in the first instance, we need a card from 0-51 to select the first card of the deck. So, the server takes the first 6 digits (2^6 = 64) to select a random number.
Take the first six digits from the above stream - 010001 - which converts to 17. You can simulate this in MS Excel with the formula =bin2dec(010001). Thus, the server takes the 17th card from the "starting" deck and that becomes the first card on the deck that will be dealt. This process is then repeated 50 more times, until there is one card remaining, which will obviously be the last card on the bottom of the deck.
The gaming server then asks for a new deck from the shuffle server, and deals it out.
This is also explained on our website at:
http://www.pokerstars.com/poker/room/features/security/
If you have any further queries about this, feel free to email us at support@pokerstars.com
Sincerely,
Michael J
PokerStars Game Security Team -
+1
-
post less
Similar Threads
-
10 Replies
Dumb question about Random Number Generator
By bdubz9180 in Poker Discussion
Last Post: Feb 9th, 2009, 03:23 PM -
0 Replies
Stars random number generator randomly matching up hands
By threebanger in Bad Beats
Last Post: Feb 18th, 2008, 05:36 PM -
1 Replies
Random number generator "In Regards to AP"
By Ariganello in Poker Discussion
Last Post: Oct 14th, 2007, 12:46 PM -
20 Replies
Random Number Generator Confirmation
By Kenny Rap in Poker Discussion
Last Post: Apr 13th, 2007, 01:19 PM - 0 Replies










