Random number generator by Daniel Wedge *** MORE GAMES AND PROGRAMS FOR CASIO CALCULATORS AT *** ******** http://www.student.uwa.edu.au/~wedgey ********* This program uses the in-built random number generator to produce an integer between 0 and a number which you specify. The difference is that the in-built function will return a decimal whereas this will return an integer. The program will keep returning numbers until you stop it (press ON). Symbols: -> assign key (the arrow key) @ display (triangle under program menu) Ran# The random function, on the 9700 it's found under Math/Probablity Size: 37 bytes 'RANDOM "FROM 0 TO WHAT"? -> X Lbl 0 Int XRan#@ Goto 0