Post Reply 
(12C Platimun) Roll Two Dice at Random
03-07-2019, 01:40 AM (This post was last modified: 03-07-2019 02:44 AM by Gamo.)
Post: #4
RE: (12C Platimun) Roll Two Dice at Random
Roll One Dice in Random without using any store registers.

Procedure:

0 < Seed < 1 [R/S] display Random Dice Face between 1 to 6 [R/S] continue....

Example:

.456789 [R/S] display 5 [R/S] 3 [R/S] 5 [R/S] 6...1...3...2...3...5..........

-----------------------------------
Program: ALG mode
Code:

[e^x] [x²] [FRAC] [x] 1 [=]
[LSTx] [x] 6 [+] 1 [=] [INTG]
[R/S] [X<>Y] [GTO] 001

Program: RPN mode
Code:

e^x
x^2
FRAC
ENTER
ENTER
6
x
1
+
INTG
R/S
Rv
GTO 01

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


Messages In This Thread
RE: (12C Platimun) Roll Two Dice at Random - Gamo - 03-07-2019 01:40 AM



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