This document provides instructions for creating a random number table using a TI-Nspire calculator. It outlines the keystrokes to open a spreadsheet window, enter the random number function =RANDINT(RAND()) into a cell, copy that formula into other cells to generate additional random numbers, and refresh the numbers with the /R key. The function uses RAND() to generate random decimal values between 0 and 1, and RANDINT() rounds those values to whole integers.