randomness via atmospheric noise? I've seen posts that tout randomness via atmospheric noise to be the answer to the mimicking of a deal from an 8 deck shuffle. I say that's bogus. An 8 deck shoe consists of 32 ones 32 twos 32 threes up to the 9 and 128 tens. In short, it’s a fixed number of values to choose from. A single number generated from atmospheric noise could be a hundred digits long. if you are looking for a number between 1 and 13 what they do is take some two digit segment from that enormous number and if it's between 01 and 13 it's given as the number selected, if not it generates another until it is between 01 and 13. The number generated is probably a true random number but I'm saying that because of the strict number of values to choose from ( 1-13) and the possibility of some of these grouping together in the shuffle, the 8 deck shoe is not truly random. Therefore practicing against any random number generator (true or not) is bogus testing. You're wasting your time and relying on faulty data to test your strategy.
Last edited by AngelsFan; 05-25-2008 at 02:04 PM.
|