CRITERIA Subcommand (SIMRUN command)
REPRESULTS. Specifies whether the results for this
simulation are reproducible. The default is TRUE
.
When TRUE
is specified, use the SEED
keyword
to specify the seed value for generating random numbers, or simply
accept the default value. When FALSE
is specified,
a seed value will be randomly generated and the results of the simulation
will not be reproducible.
SEED.
Specifies the value of the random seed. Specify an integer. The default is 629111597. The
SEED
keyword is ignored if REPRESULTS=FALSE
.Note: For a particular random
seed, results are replicated unless the number of threads is changed. On a particular computer, the
number of threads is constant unless you change it by running
SET THREADS
command
syntax. The number of threads might change if you run the simulation on a different computer because
an internal algorithm is used to determine the number of threads for each computer.