Random Element

Returns a random element from a given array.

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 from which to get an element.

  • [Output] Element (same type as "Array") - random element from the "Array" data input.

Last updated