Smash Vegas

Avatar

What about predicting online roulette?

Having discussed the possibilities for predicting roulette spins with a real wheel it’s time to think about online roulette which uses a random number generator.  It’s worth bearing in mind here that there are a few sites which use a webcam link up of a real wheel.  Obviously the methods mentioned in the previous article are relevant there.

It’s worth knowing a little bit about how a random number generator works.  Mathematicians actually refer to them as pseudorandom number generators (PRNGs) because they do not generate truly random numbers but instead generate sequences of numbers which (it is hoped) are indistinguishable from random numbers.  There are many different approaches but the basic idea is to start with a seed number which is used as an input to the PRNG, then the output is used as a new input.  A well designed PRNG will produce outputs which are evenly distributed and unpredictable.

A little thought shows that eventually a PRNG using this method alone will start to repeat (once an output is generated which is the same as the seed).  To combat this elements of randomness can be inserted into each input.  Common methods include measurements of the time, mouse position, radioactive decay, radio interference or cameras pointed at lava lamps or the sky.

A further problem which any piece of software aiming to track and exploit problems with a casino PRNG will have is that you don’t necessarily get a stream of numbers being generated for a particular table.  All the websites I saw selling this type of software seem to be assuming that there’s a separate PRNG running for each table, which generates a new number each time the wheel is spun.  In fact it is more usual for them to have the PRNG running all the time, generating many thousands of numbers per second.  When a table needs one it is simply given the latest to be generated.  This alone provides huge problems for any piece of predictive software, as it is difficult to see how it could possibly infer the link between successive results.

The icing on the cake is that the end user does not have raw access to the PRNG output.  The output will typically be a very large number which is then assigned via a hash function to one of the numbers on the wheel.  This adds a further level of obfuscation to tracking the PRNG outputs.

In summary I simply cannot see how these pieces of software can possibly work.  Even if the PRNG was poorly designed and the numbers were generated on a per wheel basis, the period before repetition would be so immense that you would need to capture a massive amount of data before any prediction could begin.

If I were cynical I would say that these “roulette predictors” were probably nothing more than a PRNG wrapped up in a user interface to trick the user into thinking their input is affecting the output.  I’m open to be proved wrong if anyone has one they’d like examined.

Is roulette really unbeatable?

In replying to a comment I did some research into systems (computers, software and paper) designed to predict roulette spins, both online and on real wheels.  This is a somewhat popular area, probably down to the famous story of the Eudaemons.  What I found is that there are a lot of people out there selling these products, and a lot of stories of people getting scammed.

Before we proceed, two notes of caution.  Firstly you should avoid any roulette system which is based on betting patterns, progressive bets or anything of the sort.  If there is a weak point to roulette then it is in the spin of the wheel.  The mathematics of the table bets are simply stacked against you and no amount of fiddling with bet sizes or patterns can change that.  Secondly you should treat any “miracle system” with extreme skepticism.  Think of the true value of anything which can give you an edge in a casino game.  Why is it offered for sale?  When a business will usually be valued at several years worth of turnover, why is this (usually low) price being offered?

With those caveats, let’s look at systems for predicting the spin of a real roulette wheel.  I’m not vouching for the validity of any particular system or piece of equipment, but I’m fairly certain that this can be done with sophisticated enough equipment and accurate data input.  Remember that in American roulette you would only need to be able to predict a number with 1/35 accuracy instead of the normal 1/38 to give you a significant edge. There are three main methods;

[Read more]

,