Post Reply 
Information on calculator Random Number Generators from PPC Journal articles
11-13-2016, 10:49 PM (This post was last modified: 11-13-2016 10:58 PM by Gene.)
Post: #32
RE: Information on calculator Random Number Generators from PPC Journal articles
We may not have / use the mcode generator.

This is the fallback option.

Code:
 01 LBL "S" 
 02 RCL 00 
 03 "SEED?" 
 04 PROMPT 
 05 ABS 
 06 FRC 
 07 STO 00 
 08 RTN 
 09 LBL "R" 
 10 PI 
 11 ST+ 00 
 12 X<> 00 
 13 X^2 
 14 ST* L 
 15 ST* L 
 16 X<> L 
 17 FRC 
 18 ABS 
 19 STO 00 
 20 END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Information on calculator Random Number Generators from PPC Journal articles - Gene - 11-13-2016 10:49 PM



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