Thread Rating:
First of all, for those who don't know what the initials R.N.G. mean is: Roulette Number Generator.
RNG is a program and like any other program, which has been created by humans, has vulnerabilities because is in the human nature to generates faults.
The purpose of this manual is to exploit those "vulnerabilities" by interperting properly the signs we are receiving while gambling online and offline.
With a different perspective, the same outcomes would produce different results...imagine roulette as transmitter and you as receiver, the "contact" would fail only if you wouldn't "decode" the "messages".
Thus it's a constant update of the statistical data, or the "signs" if you prefer.
In order you to be Up-to-date you should have 100 % concentration on the time of action and keep a record till you stop gambling.
Roulette has no memory but the repetition of certain patents is totally irrelevant with memory.
ABOUT RNG
The programmers decided that they would let the RNG do all the dirty work.
The game of roulette will use the next RNG on the list to determine how the path is created.
If the path ends in a vertical direction (upwards or downwards), the RNG will be any number from 19 through 36 which means HIGH (see the picture below).
If the path is horizontal (leftwards or rightwards), the RNG will be any number from 1 through 18 (LOW, including number 0).
If the last two numbers generated a path with direction from up to right, right-up, left-down, down-left, left-up, up-left, right-down and down to right, then this means NO BET!
Note that this doesn't pinpoint the exact number.
Just imagine roulette wheel as a compass,with its top on the number Zero,now split the wheel in four parts,upper,down,left and right.
Take the last two numbers and connect them with a line on the wheel...how is the direction you've just created? Towards what direction?
Maybe sounds complicated and confusing,but it's really easy and like every other thing in life,it could be a habit after some practice.
So how can we exploit this theory to pre-determine pseudo-random numbers?
To fully manipulate the RNG sequence, we need to make a list of numbers.
I will designate the letter L to represent the range of 0-18 (whenever the reconstructed RNG path makes a vertical path) and the letter H to represent the range of 19-36 whenever the reconstructed RNG path makes a horizontal path).
Once we have written down our first RNG, press the spin button to generate another one.
Make another loop (spin) like the previous example and record the next RNG.
(Remember that the RNG sequence is pre-determined)
Take a look at this example:
H - L - H - L - L - H - H - H - L - L
Depending on the situation, you may want to make this list shorter or longer.
But before that, let's see how the RNG is actually used in roulette.
What is the RNG used for?
One of the more prominent uses of the RNG is in calculating hit rate.
When betting, both your prediction and the opposite outcome will have a hit rate, the percentage or likelihood that a wheel's section will hit or miss.
While the RNG does NOT calculate these pre-determined stats (those are based on actual odds), it does determine a
number that will be used to see if your bet will succeed or not.
Let's use the example we had earlier only this time, we'll make up numbers to better illustrate it.
H L H L L H H H L L
24 18 32 14 15 33 31 27 12 4
You can use RNs (Random Numbers) the same way you found them, by forcing the game to reconstruct a path with two possibilities.
If you wish to use 2 RNs (Random Numbers) in a list, make a loop (spin) until the path is made (up to down or left to right and vice versa), press spin again, make another loop until the path is remade, press spin, then bet accordingly.
The game uses the previous numbers in the sequence and averages them to determine hit rate odds.
If this number is smaller than a bet's hit rate percentage, the prediction will hit (succeed).
If this number is equal to or larger than your bet's hit rate percentage, the bet will miss (fail).
When predicting correctly the game will use 3 RNs, two for updating outside bets odds and one for the numbers.
If you loose, the game will only use the 2 RNs for updating hit rate odds.
Any predicted straight up number hit will use 4 RNs.
The RNG is also used when your units are growing, once you gain 100 units, the stats will be updated.
When updating, the odds may increase and/or decrease accordingly any of the six possible stats (outside bets).
The game will use the next 6 RNs (random numbers) in the RNG sequence to determine the odds that each stat's (outside bets) odds will go up and/or down.
The order of the level-up/down sequence is LOW,EVEN, BLACK, HIGH, ODD, RED.
It's slightly different than the order presented in the table layout (which is LOW, EVEN, BLACK, RED, ODD, HIGH).
Let's say you won your bet, how many numbers you should calculate to determine next spin's hit rate (odds)?
If you answered 3, you are right.
For example the last three outcomes were 24 plus 36 plus 7 to get 22.33 % (24 + 36 + 7 = 67 / 3 = 22.33)
Since 22.33 % is smaller than 50 %, an outside bet (low/high,black/red,even/odd) will be successful.
Skipping 2, 3, 4 or 6 RNs (Random Numbers) will produce the hit rate odds of the next spin.
You get the picture now?
This is the idea behind the linear congruential generator (pseudo-random-number-generator).
ROULETTE WHEELS
My theory is a careful calculation and not a guesswork based on hunches and telepathy.
Furthermore it's much more simpler, easier and faster than any other VB method out there, thus more practical and better.
A small note for those who don't know what the initials VB mean is: Visual Ballistics.
A big number (corresponding to the circumference of the wheel) times a big number (the number of trips made around the wheel before the ball comes to rest) yields a very big number (the total distance that the ball travels).
Adding this distance to the starting point (the release point of the ball) determines exactly where the ball will end up.
Taking the remainder of this total with respect to the wheel circumference determines the final position of the ball, by subtracting off all the loops made around the wheel by the ball.
Once you clock the rotor's speed you won't have to re-calculate it because rotor's speed is stable.
Croupier's or if you prefer, ball's speed is slightly different on every spin.
Since we can't bet during the last rotation of the ball before it rests on one of the 37 pockets, we have to take the average speed of the current croupier.
Therefore we have to update/re-calculate the ball's speed with every new croupier or whenever we think it's necessary.
In order to time the rotor and the ball, it's much better to use a digital timer because even fractions of the second do count towards a significant difference on the outcome.
Therefore you can't perform this calculation so presicely in your mind, the easiest and better way of a digital timer is strongly recommended.
Watch closely the spinning rotor, watch for the zero, or any other number of your choice, to start and pass a specific point A of the wheel, this point could be a deflector.
Zero is easier to mark because of the green color.
When zero reaches that specific point A (deflector), push your timer's stop button immediately.
That concludes the timing of the rotor, from my experience, it's usually around 1.2 seconds for a full rotation (from point A back to the same point A).
The rotor's speed won't change, so now you must focus on timing the ball which is harder.
Like you did for timing the rotor, the same way you will time the ball, watch closely where the croupier is releasing the ball on the wheel, start timing from that number till the ball returns to the same number after the first rotation around the wheel's rim.
Not every croupier is throwing the ball with the same power, neither is exactly the same power from spin to spin.
An average release power is 14 full rotations, when you have a croupier who from the time he/she releases the ball till the time the ball lands in one of the 37 pockets, makes 14 full rotations which is equal with an average time of 0.8 seconds per rotation.
The time of the first rotation is the fastest till the time of the last before it falls, which is the slowest.
So not every rotation is the same speed but we need the average, in order to achieve this you need to time the first and last spin, add the two durations and divide the sum by two.
Now you have the average time per rotation, multiply this duration by the total number of rotations and you have the total rotation time of the ball.
Like I said the release power is not the same, that's why you need to time the croupier from 5 up to 10 spins before you place your first bet.
This way you will have the average timing of your croupier.
Next thing to do is to divide the total rotation time of the ball by the rotors spinning time.
For example the croupier is throwing the ball with such power which makes the ball rotating 14 times before it lands and this happens 7 out of 10 times, 2 times makes 13 rotations and 1 time 15, the calculation would be the following:
14 (rotations) x 0.8 (average secs/rotation) = 11.2
13 (rotations) x 0.9 (average secs/rotation) = 11.7
15 (rotations) x 0.7 (average secs/rotation) = 10.5
(11.2 x 7) + (11.7 x 2) + (10.5 x 1) / 10
(78.4 + 23.4 + 10.5) / 10
112.3 / 10 = 11.23
This is the average timing of your croupier, in order to pre-determine where the ball will fall, you should divide the average timing of your croupier by the rotors time.
11.23 / 1.2 = 9.35
This means that the ball will land 35 % further from the release point.
If you wonder what means 35 % further, then consider that the wheel has a total of 37 numbers, so the 100 % is 37 numbers, how much would be the 35 % ?
35 % is something more than the 1/3 (one third) of the wheel, if we divide 37 by 3 equals 12.33, thus approximately 13.
Which means 13 numbers after the releasing point, when saying after I mean towards the ball's direction and not towards the rotor's.
Due to the deflectors it's strongly advisable to place your bets on 12 numbers, 3 numbers before the number we found from the pre-mentioned calculations plus 6 numbers after the same number (including the pinpointed number)
When you win, you will earn two times your bet (net profit) or three times your bet accumulate profit (including your bet).
The way you bet it's totally up to you, to bet on twelve numbers is just my suggestion, you may bet as many or as few numbers you wish, with or without any betting progressions you like.
Like I said from the beginning, my aim is to reveal you a way of determining the outcome and not to tell you HOW MUCH but WHERE to bet.
The quantity is better being determined by your budget / bankroll, or in other words how much you can afford to spend.
This guy starts off with a major error so I guess you know how he continues.
RNG's do not traipse through some pathway .... they return a value. That's it! Nothing more.
Whatever that random value is it is a value that is mapped to a value appropriate to: Roulette, Bingo, Etc.
In a strictly technical sense it is quite properly a pseudo random number generator and yeah, mathematicians and those selling books or seminars can chin wag all the time but it boils down to one thing. Pseudo Random may be alien to a mathematician or other purist but its good enough for Las Vegas.
Quote: FleaStiffRNG is Random Number Generator, not roulette number generator.
This guy starts off with a major error so I guess you know how he continues.
RNG's do not traipse through some pathway .... they return a value. That's it! Nothing more.
Whatever that random value is it is a value that is mapped to a value appropriate to: Roulette, Bingo, Etc.
In a strictly technical sense it is quite properly a pseudo random number generator and yeah, mathematicians and those selling books or seminars can chin wag all the time but it boils down to one thing. Pseudo Random may be alien to a mathematician or other purist but its good enough for Las Vegas.
You are right about RNG definition and I knew it but I've confused while writing quickly.
You didn't get my point,pathway is a metaphorical expression for better understanding how RNG works...you have to think outside the square in order to realize and accept of how some things work...our knowledge today is vastly improved by what was our knowledge before one century...
Time is a constant evolution and we have to be prepared to accept something new and different which contradicts with our theories...
For many years people were believing that planet earth was flat...till they proved wrong.
We consider common sense what the average Joe accepts as reality,but the world is not being determined by "average Joes"...
Try to consider RNG as a predetermined path and roulette wheel as your compass... interpreting these signals properly,sooner or later you will find your...path-way to victory,otherwise you will get lost!
By refusing to see what's already there,you are not making it disappear,but vanishing yourself in ignorance.
So please DO NOT jump to such fast and inaccurate conclusions!
Quote: odiousgambitAn old craps player who was dying of cancer befriended me and gave me his secret system for getting rich. So I too am rich now. But, unlike you, I am not sharing the big secret except for the FIRST RULE he taught me.
Never share the betting system with anyone, if everyone knows it the casinos will catch on!
You are very right,but I felt the need to offer something in return for what it has been given to me...
I assume you claim you can make money using your method ..... unlike live casino games such as normal baccarat, I can't argue with the slight possibility of someone cracking a RNG. I seriously doubt you have. If you want to give back or share why not explain more details how to win using this knowledge?Quote: BlueAngelQuote: odiousgambitAn old craps player who was dying of cancer befriended me and gave me his secret system for getting rich. So I too am rich now. But, unlike you, I am not sharing the big secret except for the FIRST RULE he taught me.
Never share the betting system with anyone, if everyone knows it the casinos will catch on!
You are very right,but I felt the need to offer something in return for what it has been given to me...
Why would you post on a public message board? Why not just share with your friends and family?
Quote: BlueAngelINTRODUCTION
First of all, for those who don't know what the initials R.N.G. mean is: Roulette Number Generator.
RNG is a program and like any other program, which has been created by humans, has vulnerabilities because is in the human nature to generates faults.
The purpose of this manual is to exploit those "vulnerabilities" by interperting properly the signs we are receiving while gambling online and offline.
With a different perspective, the same outcomes would produce different results...imagine roulette as transmitter and you as receiver, the "contact" would fail only if you wouldn't "decode" the "messages".
Thus it's a constant update of the statistical data, or the "signs" if you prefer.
In order you to be Up-to-date you should have 100 % concentration on the time of action and keep a record till you stop gambling.
Roulette has no memory but the repetition of certain patents is totally irrelevant with memory.
ABOUT RNG
The programmers decided that they would let the RNG do all the dirty work.
The game of roulette will use the next RNG on the list to determine how the path is created.
If the path ends in a vertical direction (upwards or downwards), the RNG will be any number from 19 through 36 which means HIGH (see the picture below).
If the path is horizontal (leftwards or rightwards), the RNG will be any number from 1 through 18 (LOW, including number 0).
If the last two numbers generated a path with direction from up to right, right-up, left-down, down-left, left-up, up-left, right-down and down to right, then this means NO BET!
Note that this doesn't pinpoint the exact number.
Just imagine roulette wheel as a compass,with its top on the number Zero,now split the wheel in four parts,upper,down,left and right.
Take the last two numbers and connect them with a line on the wheel...how is the direction you've just created? Towards what direction?
Maybe sounds complicated and confusing,but it's really easy and like every other thing in life,it could be a habit after some practice.
So how can we exploit this theory to pre-determine pseudo-random numbers?
To fully manipulate the RNG sequence, we need to make a list of numbers.
I will designate the letter L to represent the range of 0-18 (whenever the reconstructed RNG path makes a vertical path) and the letter H to represent the range of 19-36 whenever the reconstructed RNG path makes a horizontal path).
Once we have written down our first RNG, press the spin button to generate another one.
Make another loop (spin) like the previous example and record the next RNG.
(Remember that the RNG sequence is pre-determined)
Take a look at this example:
H - L - H - L - L - H - H - H - L - L
Depending on the situation, you may want to make this list shorter or longer.
But before that, let's see how the RNG is actually used in roulette.
What is the RNG used for?
One of the more prominent uses of the RNG is in calculating hit rate.
When betting, both your prediction and the opposite outcome will have a hit rate, the percentage or likelihood that a wheel's section will hit or miss.
While the RNG does NOT calculate these pre-determined stats (those are based on actual odds), it does determine a
number that will be used to see if your bet will succeed or not.
Let's use the example we had earlier only this time, we'll make up numbers to better illustrate it.
H L H L L H H H L L
24 18 32 14 15 33 31 27 12 4
You can use RNs (Random Numbers) the same way you found them, by forcing the game to reconstruct a path with two possibilities.
If you wish to use 2 RNs (Random Numbers) in a list, make a loop (spin) until the path is made (up to down or left to right and vice versa), press spin again, make another loop until the path is remade, press spin, then bet accordingly.
The game uses the previous numbers in the sequence and averages them to determine hit rate odds.
If this number is smaller than a bet's hit rate percentage, the prediction will hit (succeed).
If this number is equal to or larger than your bet's hit rate percentage, the bet will miss (fail).
When predicting correctly the game will use 3 RNs, two for updating outside bets odds and one for the numbers.
If you loose, the game will only use the 2 RNs for updating hit rate odds.
Any predicted straight up number hit will use 4 RNs.
The RNG is also used when your units are growing, once you gain 100 units, the stats will be updated.
When updating, the odds may increase and/or decrease accordingly any of the six possible stats (outside bets).
The game will use the next 6 RNs (random numbers) in the RNG sequence to determine the odds that each stat's (outside bets) odds will go up and/or down.
The order of the level-up/down sequence is LOW,EVEN, BLACK, HIGH, ODD, RED.
It's slightly different than the order presented in the table layout (which is LOW, EVEN, BLACK, RED, ODD, HIGH).
Let's say you won your bet, how many numbers you should calculate to determine next spin's hit rate (odds)?
If you answered 3, you are right.
For example the last three outcomes were 24 plus 36 plus 7 to get 22.33 % (24 + 36 + 7 = 67 / 3 = 22.33)
Since 22.33 % is smaller than 50 %, an outside bet (low/high,black/red,even/odd) will be successful.
Skipping 2, 3, 4 or 6 RNs (Random Numbers) will produce the hit rate odds of the next spin.
You get the picture now?
This is the idea behind the linear congruential generator (pseudo-random-number-generator).
ROULETTE WHEELS
My theory is a careful calculation and not a guesswork based on hunches and telepathy.
Furthermore it's much more simpler, easier and faster than any other VB method out there, thus more practical and better.
A small note for those who don't know what the initials VB mean is: Visual Ballistics.
A big number (corresponding to the circumference of the wheel) times a big number (the number of trips made around the wheel before the ball comes to rest) yields a very big number (the total distance that the ball travels).
Adding this distance to the starting point (the release point of the ball) determines exactly where the ball will end up.
Taking the remainder of this total with respect to the wheel circumference determines the final position of the ball, by subtracting off all the loops made around the wheel by the ball.
Once you clock the rotor's speed you won't have to re-calculate it because rotor's speed is stable.
Croupier's or if you prefer, ball's speed is slightly different on every spin.
Since we can't bet during the last rotation of the ball before it rests on one of the 37 pockets, we have to take the average speed of the current croupier.
Therefore we have to update/re-calculate the ball's speed with every new croupier or whenever we think it's necessary.
In order to time the rotor and the ball, it's much better to use a digital timer because even fractions of the second do count towards a significant difference on the outcome.
Therefore you can't perform this calculation so presicely in your mind, the easiest and better way of a digital timer is strongly recommended.
Watch closely the spinning rotor, watch for the zero, or any other number of your choice, to start and pass a specific point A of the wheel, this point could be a deflector.
Zero is easier to mark because of the green color.
When zero reaches that specific point A (deflector), push your timer's stop button immediately.
That concludes the timing of the rotor, from my experience, it's usually around 1.2 seconds for a full rotation (from point A back to the same point A).
The rotor's speed won't change, so now you must focus on timing the ball which is harder.
Like you did for timing the rotor, the same way you will time the ball, watch closely where the croupier is releasing the ball on the wheel, start timing from that number till the ball returns to the same number after the first rotation around the wheel's rim.
Not every croupier is throwing the ball with the same power, neither is exactly the same power from spin to spin.
An average release power is 14 full rotations, when you have a croupier who from the time he/she releases the ball till the time the ball lands in one of the 37 pockets, makes 14 full rotations which is equal with an average time of 0.8 seconds per rotation.
The time of the first rotation is the fastest till the time of the last before it falls, which is the slowest.
So not every rotation is the same speed but we need the average, in order to achieve this you need to time the first and last spin, add the two durations and divide the sum by two.
Now you have the average time per rotation, multiply this duration by the total number of rotations and you have the total rotation time of the ball.
Like I said the release power is not the same, that's why you need to time the croupier from 5 up to 10 spins before you place your first bet.
This way you will have the average timing of your croupier.
Next thing to do is to divide the total rotation time of the ball by the rotors spinning time.
For example the croupier is throwing the ball with such power which makes the ball rotating 14 times before it lands and this happens 7 out of 10 times, 2 times makes 13 rotations and 1 time 15, the calculation would be the following:
14 (rotations) x 0.8 (average secs/rotation) = 11.2
13 (rotations) x 0.9 (average secs/rotation) = 11.7
15 (rotations) x 0.7 (average secs/rotation) = 10.5
(11.2 x 7) + (11.7 x 2) + (10.5 x 1) / 10
(78.4 + 23.4 + 10.5) / 10
112.3 / 10 = 11.23
This is the average timing of your croupier, in order to pre-determine where the ball will fall, you should divide the average timing of your croupier by the rotors time.
11.23 / 1.2 = 9.35
This means that the ball will land 35 % further from the release point.
If you wonder what means 35 % further, then consider that the wheel has a total of 37 numbers, so the 100 % is 37 numbers, how much would be the 35 % ?
35 % is something more than the 1/3 (one third) of the wheel, if we divide 37 by 3 equals 12.33, thus approximately 13.
Which means 13 numbers after the releasing point, when saying after I mean towards the ball's direction and not towards the rotor's.
Due to the deflectors it's strongly advisable to place your bets on 12 numbers, 3 numbers before the number we found from the pre-mentioned calculations plus 6 numbers after the same number (including the pinpointed number)
When you win, you will earn two times your bet (net profit) or three times your bet accumulate profit (including your bet).
The way you bet it's totally up to you, to bet on twelve numbers is just my suggestion, you may bet as many or as few numbers you wish, with or without any betting progressions you like.
Like I said from the beginning, my aim is to reveal you a way of determining the outcome and not to tell you HOW MUCH but WHERE to bet.
The quantity is better being determined by your budget / bankroll, or in other words how much you can afford to spend.
R.N.G. Stands for : Random Number Generator. mostly used in any Slots, video gaming machines and even Multiplayer Electronic Table games.
There has been an update added a few years back , something was added on the board to Reset The R.N.G. after every bet.
now they use IFRD chips but we won't get into that.
wow, for just $9 you can make $millions!
Quote: BlueAngel
...Let's say you won your bet, how many numbers you should calculate to determine next spin's hit rate (odds)?
If you answered 3, you are right.
For example the last three outcomes were 24 plus 36 plus 7 to get 22.33 % (24 + 36 + 7 = 67 / 3 = 22.33)
Since 22.33 % is smaller than 50 %, an outside bet (low/high,black/red,even/odd) will be successful...
.
The sum of any three roulette wheel numbers will always produce an average of less than 50, (in fact obviously always less than 37)
So according to your theory an outside bet (low/high,black/red,even/odd) will always be successful.
At last I have the secret to £millions.
Why do some people think not being a flat earther makes them smarter than everybody else on this forum. Just wondering !