Skip to main content

Random data

Adds a numerical column with random data with the specified distribution with initial seed. Parameters of the distribution can be edited as well.

This can be useful for hypothesis testing, modeling, as well as for generating synthetic datasets.

Supported distributions and parameters:

DistributionParameters
normalmean, sd
log-normalmean, sd
binomialsize, prob
poissonlambda
uniformmin, max

See also: