|
|||
|
|||||||
| Register | All Albums | Member Blogs | FAQ | Members List | Mark Forums Read | |||
| Main Site | CM Casinos | CM Poker | I-Gaming Forum Reps | Rogue Pit | Webcast | Bitchin' Newsletter | News |
| Notices |
| Casino Industry Discussion Casino Industry Discussion - This discussion group concerns industry topics: press releases, stock market issues, Nevada and offshore organizations, and other business related items |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
If its truly TRULY random, then bet size has no effect whatsoever on game results.
Search this forum and the others here for 'RNG'. There have been at least a few discussions here about how they work. |
|
|||||
|
A truly random RNG should never have anything to do with bet size.
A RNG operates by generating a series of seemingly random numbers between 0 and 1 from a single seed. (i.e .93887232 .345828802, etc.) As I'm not a mathematician, but a programmer, I cannot tell you what functions would be suitable for this, but its similar to calculating the Xth digit of Pi, and it is a function typically built into the computer's processor. If you use the same seed, you will get the same sequence of numbers in return. This is useful for mathematicians and programmers, but is not useful for gaming. Therefore the programmer uses some technique to effectively randomize the seed. A common practice for the average programmer would be to use the most precise digits from the computer's clock to generate the seed. (i.e the time is 6:47 45.23484 seconds, the seed is 484) The programmer manipulates the random number generated into the form he needs, using mathematical functions. For example: I need to similate a 6-sided die roll. (btw, I'm an english major as well as a programmer, and the singular of dice is die. And the plural of dice is dice, not dices!!!!)To do this I generate a seed (484, for example) I use this seed to generate a random number (.93887232) To turn .93887232 into a number from 1-6, multiply it by 6, add 1 and remove the remainder.... .93887232 * 6 = 5.63323392 5.63323392 + 1 = 6.63323392 remove the remainder = 6 I am reasonably sure that reputable casinos use a little bit more care in generating their seed numbers (my example only has 1000 possible seeds, clearly not enough for a casino), and perhaps use their own algorhythm to generate the number, instead of using the random number generator built into the processor, but they all pretty much use the same principals. To repeat, a truly random RNG should never have anything to do with bet size, nor how much you've won already, nor how much you've lost already. It would be nice if there was an independent organization out there somewhere that could audit these casinos and their results to assure us that they truly are random, but I doubt that will happen anytime soon. In the meantime, I just choose where I play carefully, and if results don't feel random, I don't come back.
__________________
Mugwump --------------------------------------------------- He took every cent of his savings on a trip to the local track He got a tip from a friend, bet it all down to win on a horse named Heart Attack. Well now he ain't no fool boys, he didn't bet it all So everything was cool when that horse took a fall But then he turned around and blew the rest trying to win it all back... <Todd Snider - "Easy Money"> |
|
||||
|
I multiply the random number by 10000, and take the integer. Gets me a four digit number and use that in my programing: 5068 is the cutoff for baccarrat higher player win, lower banker win. Craps use multiples of 275 for each of 36 possibilities. Between 9900 and 9999 loop back to try again!
__________________
DeMango "a sinner's wealth is stored up for the righteous." Proverbs 13:22b NIV |
|
||||
|
I believe that casino servers typically use Geiger-Muller tubes which measure radiation to generate either the random number itself, or the seed for the random number. They set the tube to measure background radiation, which is believed to be totally random, and have the server grab a number from the G-M tube when the player places a bet.
|
|
|||||
|
Quote:
Would be kinda nice if they all used similar methods though...
__________________
Spearmaster - Forum Critic and Devil's Advocate Hotel Reservations - instant confirmation, no deposit required - InstantStays.com Thailand Hotels Explore Bangkok |
|
||||
|
A lot of good points here in this thread. To answer one of the original question
Quote:
The chance of winning big, let's say 100k, is not the same. The bigger you bet, the more likely you will win big (or lose even more!). It is close to impossible to win 100k betting $1, the house edge will grind you down.
__________________
hhcfreebie 'May the odds be with you" |
|
||||
|
Quote:
|
|
|||||
|
Quote:
|
|
||||
|
And the main question and the thing i wonder is do the randomness of the casinos alters when there are huge bets??
If it is random then it CAN'T be altered. Then it would no longer be random! What you're describing would be blatant rigging. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|