Command:
setMethodMorris ( |
|
What:
Sets Morris method in the current configuration
Parameters:
seed [long] |
the seed for the random number generator.
The random numbers generation in SimLab is implemented using an
iterative function based on a user defined starting point. The seed is
the primer value for this procedure (a large value (>= 7 digits) is
advised |
traj [long] |
number of trajectories (only 4,5,6,7,8,9,10) |
levels [long] |
number of levels (only 4,6,8) |
Return:
error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred
Examples:
setMethodMorris(21321, 10, 4)