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 output value. Default is data driven.
- Decimal digits. The default is 0 (integer value).
- 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.