List
List
Sequence
Set
Tree
Random Numbers List
Creates a list of random numbers
Details
ID
list-sequence-random-numbers-list
Name
Random Numbers List
Group
Sequence
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Start | Number | List start item | 0 |
End | Number | List end item | 10 |
Count | Number | List items count | 5 |
Seed | Number | Random seed for insertion | 5 |
Boolean | Boolean | Integer or float. If true returns integer |
Output ports
Name | Type | Description |
---|---|---|
List | Number | Random list |
A-Z List | Number | Sorted random list |
After creating a node, connect the list start item to the first port, the list end item to the second port, the list items count to the third port and the random seed for insertion to the fourth port. Connect the boolean toggle for integer or float numbers to the fifth port. On the output port, we will get the created list.
List Item
Trim List