randomInt
Stores random (linearly distributed) integer into session variable.
Property |
Type |
Description |
max |
Builder |
Highest possible value (inclusive). Default is Integer.MAX_VALUE. |
min |
Builder |
Lowest possible value (inclusive). Default is 0. |
toVar |
String |
Variable name to store the result. |
max
Inline definition |
Constant value. |
Property |
Type |
Description |
fromVar |
String |
Initialize with a value from session variable. |
value |
int |
Initialize with a constant value. |
min
Inline definition |
Constant value. |
Property |
Type |
Description |
fromVar |
String |
Initialize with a value from session variable. |
value |
int |
Initialize with a constant value. |