On your screen you see
rand or
randmat.
You can also enter the functions by choosing them from the popup list in the Fragments toolbar or using the Import Fragment command on the File menu.
itbpF43.125pt18.5pt4ptex3.wmf
a : = rand(2, 7)
b : = rand(10)
c : = a + b
The Exam Builder will use the random number functions in these immediate definitions to generate values for a and b and to evaluate c each time an instance of the exam is generated from the source file.