randInt()
RandInt() simply generates a random integer given a lower and upper bound. There is also the option to specify the number of trials. If the number of trials isn’t specified it will return a expression (just a number) but if it is specified a list will be returned.
Examples
A random number between 1 and 10

A list of 5 random numbers between 1 and 10

Calculators | All TI-Nspire |
Shortcut | b>5>4>2 |
Parameters | randInt(lower, upper) randInt(lower, upper, num of trials) |