Shuffle number list

Shuffles the items of a number list.


Inputs

  • list

    • The list of values to shuffle.

Outputs

  • list

    • The shuffled list of values.

Note(s)

  • This node will shuffle the input list each time it is computed. In other words, it will re-shuffle the input list whenever the input list changes, a node upstream of it has changed (even if the values in the list itself seems to stay the same), or the graph is re-loaded.

  • Other names for this node include: ShuffleList, Randomize, and Randomise.

Example(s)