1.7.19

Sequence

Random Numbers List

Creates a list of random numbers

ID

list-sequence-random-numbers-list

Name

Random Numbers List

Group

Sequence

Package

List

Keywords

createList
random
rn
numbers

List

Sequence

Set

Tree

Creation method

There are two options for creating a Random Numbers List node.

  • The first way to create a Random Numbers List node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • createList , random , rn , numbers
  • The second way is to select a Random Numbers List node from the menu that opens from the top left.
    • Menu > List > Sequence > Random Numbers List

Steps

  • Create a Random Numbers List node.
  • Connect the list start item to the first port.
  • Connect the list end item to the second port.
  • Connect the list items count to the third port.
  • Connect the random seed for insertion to the fourth port.
  • Connect the boolean toggle for integer or float numbers to the fifth port.

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.

See also

List Item
Trim List

Inputs

NameTypeDescriptionDefault Value
start
Number
List start item0
end
Number
List end item10
count
Number
List items count5
seed
Number
Random seed for insertion5
integer
Boolean
Integer or float. If true returns integer

Outputs

NameTypeDescription
numberArray
Number
Random list
numberSortedArray
Number
Sorted random list