ShuffleArray3_v3 Op
Shuffles/Randomizes the order of an array of triplets
Summary (oneliner)
Shuffles a triplet array based upon a random seed.
e.g. 0,0,0,1,1,1,2,2,2
could become 1,1,1,2,2,2,0,0,0
Full Name
- Ops.Array.ShuffleArray3_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch shuffle array3 example
INPUT PORTS
Array3 (Array)
Seed (Number)
OUTPUT PORTS
Result (Array)