Shuffle 2D Array
- Updated2025-07-30
- 1 minute(s) read
Rearranges the elements of a 2D array in a pseudorandom order.
This VI uses a uniform shuffle so that every element has an equal chance of ending up in any position of the array.

Inputs/Outputs
array
—
array specifies the 2D array with elements that you want to shuffle. The array can be a 2D array of any data type.
shuffled array
—
shuffled array returns a shuffled version of the 2D array. |
array
—
shuffled array
—