Parameters for random number (real) generation consists of a single column of 3 rows
- Row 1 = random seed (1 - 2147483647)
- Row 2 = the number of random numbers required
- Row 3 = the number of decimal places to display
Parameters for random number (integer) generation consists of a single column of 4 rows
- Row 1 = random seed (1 - 2147483647)
- Row 2 = the number of random numbers required
- Row 3 and 4 = minimum and maximum values of the integers required
Parameters for random number (normally distributed) generation consists of a single column of 5 rows
- Row 1 = random seed (1 - 2147483647)
- Row 2 = the number of random numbers required
- Row 3 and 4 = mean and Standard Deviation required
- Row 5 = the number of decimal places to display
Parameters for random number (blocks of integers in random order) generation consists of a single column of 4 rows
- Row 1 = random seed (1 - 2147483647)
- Row 2 = the number of blocks required
- Row 3 and 4 = minimum and maximum values of the integers in each block