Creates a list of random numbers
ID
list-sequence-random-numbers-list
Name
Random Numbers List
Group
Sequence
Package
List
Keywords
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
Inputs
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 |
integer | Boolean | Integer or float. If true returns integer |
Outputs
Name | Type | Description |
---|---|---|
numberArray | Number | Random list |
numberSortedArray | Number | Sorted random list |