ShuffleArray3_v2 Op
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.Extension.Deprecated.Array.ShuffleArray3_v3
This op is deprecated!
It will not receive any updatesShuffle/Randomize the order of an array of triplets
Shuffle/Randomize 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.Extension.Deprecated.Array.ShuffleArray3_v2
- Extension Op - unlisted - visible for users that know this op, is deprecated
- MIT
- Jul 30, 2020 at 11:40
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ShuffleArray3 example
INPUT PORTS
Array3 (Array)
Seed (Number)
OUTPUT PORTS
Result (Array)