Random Data Generator

Undraw File Manager

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

Tabulify - How to generate random data

Arguments

Arguments of the data supplier node

Name Default Value Description Related HowTo
min See data type The minimum value of the range of values random
max See data type The minimum value of the range of values random
step See data type The step value in the range random

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




Related HowTo
Undraw File Manager
Tabulify - How to generate random data

This how-to shows you how to generate random data with the column random generator.

Task Runner