The "Random Number" generator has following settings. All of them are optional.
- Value range. The default is 0 and 32000.
- Value width, i.e. number of symbols in the output value. The default is data driven, the maximum is 32 symbols.
- Decimal digits. The default is 0 (integer value), the maximum is 9.
- Leading zeros mode. If this mode is switched on together with width, the program will pad value by '0': '002' instead if '2' for width is 3 for example.
This mode is switched off by default and user has to enter 'width' greater than 0 to be able to use it.