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

CalculatorsAll TI-Nspire
Shortcutb>5>4>2
ParametersrandInt(lower, upper)
randInt(lower, upper, num of trials)