Steps for SRS |
Key Sequence |
Screens |
1. Set-up random number generator |
MATH |
 |
|
Press three times |
 |
|
5 (for randInt) |
 |
NOTE: randInt has three arguments: randInt(lower bound, upperbound, number of
random integers). |
Example: Suppose we want 15 random integers between 1 and 50. The lower bound
is 1, the upperbound is 50, and the number of random integers is 15. |
Example |
Key Sequence |
Screens |
1. Set-up the random number generator |
randInt(1,50,15) |
 |
2. Execute the random number generator |
ENTER |
 |
3. Scroll to the right to read all random numbers |
|
 |