Description
The BooleanValueGen Generator randomly generates two values with equal probability. The default values are True and False. You have the option of changing the values (e.g. Pass/Fail, Female/Male, Large/Small, 0/1, etc.) .
Parameters
The following parameters may be configured for the BooleanValueGen Generator. Items with an asterisk* are required.
- trueValue* – One of two values to be generated. Default value is true.
- falseValue* – One of two values to be generated. Default value is false.
- Seed - Defines the Integer value to initialize the random seed. Using the seed will ensure that the same random data is generated each time data is generated.