ShuffleArray3_v2 Op

ShuffleArray3

There is a newer version of this op!


This version will not receive any updates. It is recommended to use a newer version.

Current version: Ops.Array.ShuffleArray3_v3

Shuffles/Randomizes the order of an array of triplets


<p>Shuffles a triplet array based upon a random seed.</p> <p>e.g. <code>0,0,0,1,1,1,2,2,2</code> could become <code>1,1,1,2,2,2,0,0,0</code></p>


Full Name
  • Ops.Array.ShuffleArray3_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Array3 (Array)
Seed (Number)

OUTPUT PORTS


Result (Array)

Patches using ShuffleArray3_v2

  • Examples
  • Public
  • My Patches