About
A random generator is a column data supplier that generates data randomly inside a range of values.
If you want to extract values from a list at random, you should use the histogram generator with a factor of 1 for each bucket. Example: Tabulify - How to get data from a list of values at random
This generator will generate the values in an uniform distribution.
Example
Arguments
Arguments of the data supplier node
Data Type
The below data type are supported:
| Data Type | Default Min | Default Max | Step | Step Precision |
|---|---|---|---|---|
| Integer | 1 | 10 | 1 | Na |
| Float / Double / Real | 1.0 | 10.0 | 1.0 | Na |
| Numeric / Decimal (Rounding Half Down) | 1.0 | 10.0 | 1.0 | Column Scale Property |
| Date | -10 days | 0 | 1 | day |
| Timestamp | -10 days | 0 | 1000 | Millisecond |
| Time | 00:00:00 | 23:59:59 | 1000 | Millisecond |
| Varchar | a | Z | 1 | Na |
A Timestamp without time zone is not considered a timestamp from the UTC time zone as required by the YAML specification. Read more here: Timestamp