User Guide

randInt(
randInt( lower,upper [,numtrials])
Generates and displays a random integer within a range specified by
lower and upper integer bounds for a specified number of trials
numtrials.
»
PRB
5:randInt(
randIntNoRep(
randIntNoRep(lowerint,upperint [,numelements])
Returns a random ordered list of integers from a lower integer to an
upper integer which may include the lower integer and upper integer.
If the optional argument numelements is specified, the first
numelements are listed. The first numelements term in the list of
random integers are displayed.
»
PRB
8:randIntNoRep(
randM(
randM(rows,columns)
Returns a random matrix of rows × columns.
Max rows x columns = 400 matrix elements.
y
>
MATH
6:randM(
randNorm(
randNorm(m,s[,numtrials])
Generates and displays a random real number from a specified Normal
distribution specified by m and s for a specified number of trials
numtrials.
»
PRB
6:randNorm(
re^qi
re^qi
Sets the mode to polar complex number mode (re^qi).
z
r e ^ q i
Real
Real
Sets mode to display complex results only when you enter complex
numbers.
z
Real
Commands and Functions Listing 65