Dick,
Originally I had thought the same thing you did that the same RNG
would provide the numbers needed in all the games for a machine. What
arose my curiosity is that many machines I see in casinos don't all
have similar 5-card draw format games on the menus. I've seen Bally
GameMakers with Keno and 5-card draw video poker games on the same
menu of choices. Also, I've seen the Pick 'Em game that uses 7 cards
instead of 5 or 10 in regular VP game on the same menu as "regular"
VP
games. Now, it may very well be that each of these game programs is
basically a "filter" that draws on the same RNG chip, I don't know,
but with such a variety of possible games on the same menu it begged
the question of whether the same RNG chip and/or seeding supports an
entire diverse menu like that....
I still see no reason for another RNG. As you indicated each game
program could maintain the internal data (filter) while the RNG would
provide the algorithm applied to the game data. For example, the
situation with 7 cards instead of 5 requires seven calls instead of
five to the RNG program. No change to the algorithm.
By the way, this happens all the time in secure system environments.
RNGs are used for secure communications and several different
applications may use the same RNG for different purposes. I know a
little about this since I ported security code to an operating system
many years ago.
Dick
···
--- In FREEvpFREE@yahoogroups.com, "Psychophysical" <jimb777@...> wrote: