Welcome, Guest. Please login or register.
September 28, 2024, 12:16:05 AM

Login with username, password and session length
* Home Help Arcade Login Register
.
+  Forum
|-+  **Reel Slots** Gaming Machines
| |-+  IGT S2000 and Vision Games.
| | |-+  RNG question on an s2000
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: RNG question on an s2000  (Read 4383 times)
DannyG804
Contributing NLG Member
NLG Member 101 to 500 Post
*

Total Karma Storms: 190
Offline Offline

Gender: Male
Posts: 301



« on: January 27, 2013, 02:25:38 PM »

When changing game kits - glass, strips and SB chip only - does the RNG get reset after clearing errors? Or does it only reset with a key/clear? Probably an easy answer for most...

Danny
« Last Edit: January 27, 2013, 08:46:34 PM by DannyG804 » Logged
Foster
The S2000 GURU
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 345
Offline Offline

Gender: Male
Posts: 2872



« Reply #1 on: January 28, 2013, 12:43:25 AM »

Not 100% sure but I would say only resets on a clear
Game change I doubt but it is still possible
Logged

A Slot Machine and Coca-Cola Addict!!
"If it is not broke do not fix it" I keep forgetting that!
a69mopar
647-402-1977
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 600
Offline Offline

Gender: Male
Posts: 3508



WWW
« Reply #2 on: January 28, 2013, 01:07:31 AM »

The RNG (random Number Generator) "resets" after each play.  I would love to see some evidence to prove me wrong on this.  Each play of the game has the same odds, it just matters when you press the button.  This is what they tell us anyway.  

Thanks,
Wayne
« Last Edit: January 28, 2013, 10:31:32 AM by a69mopar » Logged

         www.GTASLOTS.com      647-402-1977              BALLY S6000 GALLERY
Foster
The S2000 GURU
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 345
Offline Offline

Gender: Male
Posts: 2872



« Reply #3 on: January 28, 2013, 02:33:26 AM »

That is not a reset, the RNG is initially seeded some how then uses its output to start the next run of the RNG code
That is just the way computer programmers think

Tthe RNG code could be written for recursion. 
Which means that the code can call itself to add to the randomness

The one thing that affects the RNG output used is how often the player places or can place a wager (every win delays the player)
« Last Edit: January 28, 2013, 02:42:20 AM by Foster » Logged

A Slot Machine and Coca-Cola Addict!!
"If it is not broke do not fix it" I keep forgetting that!
knagl
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 642
Offline Offline

Gender: Male
Posts: 5489


Kevin


« Reply #4 on: January 28, 2013, 03:45:38 AM »

Keep in mind that the Random Number Generator does just that -- it generates random numbers.  It does not itself determine wins and losses, but rather generates a number which corresponds to reel stops on the reels.  Then, if the numbers generated result in a winning combination of reel stops, the player is paid.  Changing game kits doesn't make a machine any more likely or less likely to pay out (unless one of the games is more or less generous to the player).
Logged

If you find this site helpful, please consider making a small donation to help defray the cost of hosting and bandwidth.

Please do not PM me for support or "how to" requests -- please post your request in the forum so that everyone may assist you and everyone can benefit from the answer to your question!  Thanks! Smiley
staz
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 156
Offline Offline

Posts: 1567



« Reply #5 on: January 28, 2013, 04:09:33 AM »

when does the RNG generate numbers when the player inserts the money in a machine or when the player pushes the spin button..... also would the same numbers come up with 1 credit verses 2 credits on a machine.....  for example on a $5 wheel of fortune i cant tell ya how many times your left with one credit and you hit it and the spin symbol falls and you dont get the spin cuz you only had one credit.... if you added $5 to your one credit would of you still gotten the spin? i always wondered about that....also is there a seperate rng for the bonus spin on a wheel of fortune or does the machine already no what amount the wheel will land on when the spin symbol hits the payline???
Logged
Foster
The S2000 GURU
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 345
Offline Offline

Gender: Male
Posts: 2872



« Reply #6 on: January 28, 2013, 04:52:59 AM »

The RNG pretty much runs all the time (there are times that it may not run while machine is on but who knows when that is)
I am thinking that error or a tilt might stop it running

The critical thing is that the RNG output is only used once a wager (bet) is placed

think of a bingo or lotto drawing machine with numbered balls
the balls are being tumbled the whole time the machin is on and the balls are allowed to become output once a door or gate is opened
Just we never know the actual number that was used to create the outcome we see on the reels and virtual stops are related to the number but we do not know the math used to come up with the virtual stops.

« Last Edit: January 28, 2013, 04:58:42 AM by Foster » Logged

A Slot Machine and Coca-Cola Addict!!
"If it is not broke do not fix it" I keep forgetting that!
a69mopar
647-402-1977
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 600
Offline Offline

Gender: Male
Posts: 3508



WWW
« Reply #7 on: January 28, 2013, 10:42:59 AM »

That is not a reset, the RNG is initially seeded some how then uses its output to start the next run of the RNG code
That is just the way computer programmers think

The RNG code could be written for recursion. 
Which means that the code can call itself to add to the randomness

The one thing that affects the RNG output used is how often the player places or can place a wager (every win delays the player)
  yes, reset is not the correct word to use.  In it's literal sense, it implies that it had changed from it's original state, which it didn't.  I should have said that the RNG never resets, or is never affected by a reset. they are not seeded. Your bingo ball analogy is likely better, but remember, the bingo balls never leave the drum and continuously move/change, only a snap shot is taken when a number is called for.  Each play is independent and is not affected by any other play.  I expect this thread to get into virtual reel stops...

W
Logged

         www.GTASLOTS.com      647-402-1977              BALLY S6000 GALLERY
staz
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 156
Offline Offline

Posts: 1567



« Reply #8 on: January 28, 2013, 12:45:02 PM »

so the rng never stops or does it stop when the machine is on idle with no credits in it? also say you get off a machine and someone sits on it and hits a jackpot would of you hit that if you continued to play the machine? And heres the big ?? can the casino controll the jackpot hits on there high limit machines?? i seen after a 80k hit on a $100 machine they put every machine like 20 of them in the high limit room out of service with a push of a button....how can you shut a room of machines down without putting each one manually out of service? 
 
Logged
cowboygames
Abbys Dad
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 680
Offline Offline

Gender: Male
Posts: 3916


Happiness in life is a great dog


« Reply #9 on: January 28, 2013, 01:04:06 PM »

It's probably safe to say the RNG is activated when you push the spin button and grabs a set of numbers within a miniscule set amount of time. It probably takes less than a second for the RNG to roll through all the possible stop combinations and pick one for each reel, completely at random. It wouldn't actually have to run before you push the button because the speeds it works at are so fast. As far as the jackpot question, even the person that got it wouldn't have if they'd of hit the button a fraction of a second later. The casino can't control when jackpots hit or change payback percents at random and I would guess they are shutting the machines down or putting them in standby with a command from the computer mainframe. They don't have to physically go to the machine, they can do it through the SAS
Logged
dpalmi
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 291
Offline Offline

Gender: Male
Posts: 819



WWW
« Reply #10 on: January 28, 2013, 07:56:08 PM »

Check out the article "Taking the Mystery Out of the Machine: A Guide to Understanding Slot Machines" on this webpage, it talks about a lot of the questions you are asking.

http://www.americangaming.org/social-responsibility/responsible-gaming/understanding-games

Dan #2
Logged

A great man once said, "I was told last time I would get a piece of cake."

DannyG804
Contributing NLG Member
NLG Member 101 to 500 Post
*

Total Karma Storms: 190
Offline Offline

Gender: Male
Posts: 301



« Reply #11 on: January 28, 2013, 08:31:39 PM »

Keep in mind that the Random Number Generator does just that -- it generates random numbers.  It does not itself determine wins and losses, but rather generates a number which corresponds to reel stops on the reels.  Then, if the numbers generated result in a winning combination of reel stops, the player is paid.  Changing game kits doesn't make a machine any more likely or less likely to pay out (unless one of the games is more or less generous to the player).

All great and interesting replies here. This one appears to answer my question... I've switched out dozens and dozens of kits in 3 s2000's in the past 3 years. The one thing I can say for sure is that the winnings have all been random. The theme being played doesnt matter at all except for the volatility of some games which have high jackpots. They have lower hit frequencies.

I had read a few times before that the RNG is based of 10 million pulls equaling one cycle.  That's what made me initially start this thread.

Logged
Foster
The S2000 GURU
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 345
Offline Offline

Gender: Male
Posts: 2872



« Reply #12 on: January 28, 2013, 11:26:20 PM »

According to IGT and others the RNG is generating numbers the whole time the machine is ready to play,
If I remember right it on the shows I seen about slots someone stated the regulations concerning Electronic Gaming Machines (slots, etc) requires the RNG to generate numbers while idle ready to play and must grab the number available for as soon as the bet is placed.
and from what IGT spokesmen on a show stated the number generated is a large number and they do some simple math to pull out the reel stops
like programmers would do to convert from decimal to hex with pen and paper but the base would the number of virtual stops


Now concerning what the RNG is doing during the current game being played, tilts, errors, or wins who knows.
The S2000 could keep it running 100% of the time the machine is on after it finishes the boot sequence.

 

 
Logged

A Slot Machine and Coca-Cola Addict!!
"If it is not broke do not fix it" I keep forgetting that!
Pages: [1] Go Up Print 
« previous next »
Jump to:  


If you find this site helpful, Please Consider Making a small donation to help defray the cost of hosting and bandwidth.



Newlifegames.com    Newlifegames.net    Newlifegames.org
   New Life Games    NewLifeGames  NLG  We Bring new Life to old Games    1-888-NLG-SLOTS
Are all Copyright and Trademarks of New Life Games LLC 1992 - 2021


FAIR USE NOTICE:

This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml.

If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.

NewLifeGames.net Web-Site is optimized for use with Fire-Fox and a minimum screen resolution of 1280x768 pixels.


Powered by SMF 1.1.20 | SMF © 2013, Simple Machines
Loon Designed by Mystica
Updated by Runic Warrior
Page created in 0.105 seconds with 20 queries.