Random Helper
The Random Helper allows you to generate random values.
Categories: helpers
Type: randomHelper/v1
Actions
Int
Name: randomInt
Generates a random integer value.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
startInclusive | Start Inclusive | INTEGER | INTEGER | The minimum possible generated value. | true |
endInclusive | End Inclusive | INTEGER | INTEGER | The maximum possible generated value. | true |
Output
Type: INTEGER
Float
Name: randomFloat
Generates a random float value.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
startInclusive | Start Inclusive | INTEGER | INTEGER | The minimum possible generated value. | true |
endInclusive | End Inclusive | INTEGER | INTEGER | The maximum possible generated value. | true |
Output
Type: NUMBER