Command:

setMethodRandomBalanceDesign(  
long seed,
long execution
)

What:

Sets the Random Balance Design method in the current configuration

Parameters:

seed
[long]
the seed number to be used for random number generation. 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
execution
[long]
the number of executions for the Random method

Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred

Examples:


setMethodRandomBalanceDesign(1231, 1000)

this command in Matlab sets the Random Balance Design method as method to be used for the sample generation providing a seed for random number generation and a number of executions.

All Method Commands: