Poker Secure Shuffling
When using online gambling software you need to be sure that the odds are as good
or in some cases better than a real casino.
Online shuffling is based on an algorithm that takes 52 elements and arranges them in a random order.
It's called a Pseudo Random Number Generator (PRNG) which works on a variable called a 'seed' to produce the 52 statistically random numbers that signify the deck of cards.
The size of the seed is an essential part of shuffling security.
It gets encrypted the same way documents are encrypted.
The type of PRNG used is also a key security factor, due to the predictability
of linear PRNG's and the likelihood of possible bias in non-linear PRNG's.
Another important factor to check is the key source, which must come from casual data sources in order to be secure.
It's not always easy to evaluate the extent of a site's security,
but it is possible to recognize possible faults which can help give you a better idea about
the quality of the security system. Always check out the website's security page detailing
the key and seed size (a seed 226 bits in size can account for all possible shuffles),
the source of data used to generate the seed, and the type of PRNG.
In general, the more information a site will give out on it's shuffling procedure,
the more sure they are in their security system. Online casinos whose rooms are equipped
with large seeds and casual sources of data are bound to be hack-free.
Related Online Resources: http://www.pokersyte.com -
Casino and Online Poker Games Information for Serious Players.
|