Application Guide

randBin()
Catalog >
randBin(n, p) expression
randBin(n, p, #Trials) list
randBin(n, p) returns a random real number
from a specified Binomial distribution.
randBin(n, p, #Trials) returns a list
containing #Trials random real numbers
from a specified Binomial distribution.
randInt()
Catalog >
randInt
(lowBound,upBound)
expression
randInt
(lowBound,upBound
,#Trials) list
randInt
(lowBound,upBound)
returns a random
integer within the
range specified by
lowBound and
upBound integer
bounds.
randInt
(lowBound,upBound
,#Trials) returns a
list containing
#Trials random
integers within the
specified range.
randMat()
Catalog >
randMat(numRows, numColumns)
matrix
Returns a matrix of integers between -9
and 9 of the specified dimension.
Both arguments must simplify to integers.
Note: The values in this matrix will change
each time you press ·.
Alphabetical Listing 145