RANDINT.82P by Daniel Bishop, June 2000 (freeware)
a random integer generator, like the one in StatKit 82

How to use this program:

1. Run prgmRANDINT.
2. Enter the lower bound for the random integers.
3. Enter the upper bound for the random integers.
4. Enter the number of random integers desired (1-99).  (If you're running this on a TI-83, N can be as high as 999.)
5. A list of random integers will be displayed.  You can press the left and right arrow keys to scroll through the list.  This list is stored in L1 for use in future calculations.

Example:  simulation of 50 dice rolls

prgmRANDINT
LOWER=?1
UPPER=?6
N=?50
{4 4 6 2 4 5 2 ...

This is equivalent to the TI-83 statement
     randInt(lower, upper, N) -> L1

Contact me:

If you have any questions or comments, please e-mail be at danb2k@hotmail.com or danb_83@yahoo.com