HP Forums

Full Version: Casio fx-9860g/fx-CG 50: Generating Random Numbers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The program PSUEDORN generates random integers and analyzes the list of random numbers generated. The generator used is:

R_n+1 = (R_n *A + C)

Blog link, along with a download to the programs:
http://edspi31415.blogspot.com/2020/03/c...cg-50.html
(03-14-2020 02:39 PM)Eddie W. Shore Wrote: [ -> ]The program PSUEDORN generates random integers and analyzes the list of random numbers generated. The generator used is:

R_n+1 = (R_n *A + C)

Blog link, along with a download to the programs:
http://edspi31415.blogspot.com/2020/03/c...cg-50.html

Excellent Eddie, I will test your program on my FX-9860GII. Wink
Reference URL's