This generator creates a number.
How to use the “Numeric” generator:
- Random values
- Randomly generate values between minimum and maximum limits.
- Decimal. Set the decimal precision of the generated value. Example #2 will generate value with 2 decimals (3.75).
- Include random blanks. Including random blanks generates empty strings among the values for use in the field or data type.
- Sequential list
- Generate a sequence of 0, 1, 2, 3, etc.
- Decimal. Set the decimal precision of the generated value. Example #2 will generate value with 2 decimals (3.75).
- Increment by. The step to use between each generation. You can use a negative value.
- Start new list. Always start with the minimum limit or the maximum limit if you’re using a negative increment.
- Continue from previous list. If you run De-Identication and it ends with 13, the next time, it will start with 14.