Shuffle Array

Click to copy

Returns a given array with its elements in random order.


Flow Connections

  • [Input] In - starts the block's execution.
  • [Output] Out- activates when the block has finished its execution.


Data Connections

  • [Input] Array (array, any type) - array to be shuffled.
  • [Output] Array (array, same type as "Array") - result of the operation.