Random Integers
Summary
Creates a frame with a column containing a sequence of random integers in a given range. Specify the lower and upper limit of the range (min and max value), the required quantity of random integers, and the column name.
Properties
The following table lists the Random Integers block properties and describes the input for each property.
Property | Description |
---|---|
Min Value | The lower limit of the range (inclusive). The default value is 0 |
Max Value | The upper limit of the range (inclusive). The default value is 100 |
Limit | The quantity of random integers to generate. The default value is 100 |
Column Name | The name of the column containing the random integers. The default value is "Sequence" |