Post Reply 
67FUN rom sent to Monte
11-27-2016, 07:43 PM (This post was last modified: 11-27-2016 08:05 PM by Dieter.)
Post: #2
RE: 67FUN rom sent to Monte
(11-25-2016 09:24 PM)Gene Wrote:  Here it is:

I see you added some documentation for the 1130 and 26/36 games. Maybe this deserves a separate PDF, a kind of equivalent to the Games Pac manual. ;-)

A few remarks:

(11-25-2016 09:24 PM)Gene Wrote:  2) At SEED? Prompt, enter a value between 0 and 1, preferably at least 6 decimal digits and press R/S.

The seed does not have to be between 0 and 1, it does not even have to be positive as an ABS FRC sequence makes sure that only the absolute fractional part is stored. If's fine if the user enters any number with a fractional part. He does not even have to enter anything – if he does so the previous seed is used. Also 6, 7 or more decimals are not better than one single digit – the used RNG will generate one million distinct numbers from any seed up to 6 digits long.

BTW, there is a reason why some seeds with "too many" decimals may cause problems. If the resulting first random number is 0,99999 99999 and this is multiplied by something like 3 or 5 the result may round to exactly 3 and 5 so that the usual "INT 1 +" will yield 4 resp. 6. This usually does not happen as the RNG procudes six-digit random numbers, but if the user enters a "dangerous" seed... So the intial seed should be a number with an up to 9-digit fractional part.

Note: the mentioned problem may occur if a random integer between 1 and 2...5 is generated. So rolling a die (1...6) is safe. ;-) The only program that may be affected is the PRS program where a value between 1 and 3 is generated.

(11-25-2016 09:24 PM)Gene Wrote:  10) When you wish to stop, press the decimal point and the calculator will begin accumulating points.
...
You-35 HP-0 Press . quickly (The decimal point)
...

At this point you may press either "0" or "." – boths enters a zero.

(11-25-2016 09:24 PM)Gene Wrote:  Example game of 26:
...
BANK=$0.75

5) WIN 28–24.29 R/S
6) 13.14 BET? 0 R/S
7) WIN 14–13.14 R/S (Note: You won $0 here)

The last lines seem to be left over from the 1130 example. ;-)

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
67FUN rom sent to Monte - Gene - 11-25-2016, 09:24 PM
RE: 67FUN rom sent to Monte - Dieter - 11-27-2016 07:43 PM
RE: 67FUN rom sent to Monte - Gene - 11-27-2016, 09:45 PM
RE: 67FUN rom sent to Monte - Dieter - 11-28-2016, 07:27 PM
RE: 67FUN rom sent to Monte - Gene - 11-28-2016, 07:34 PM
RE: 67FUN rom sent to Monte - Dieter - 11-28-2016, 08:29 PM



User(s) browsing this thread: 1 Guest(s)