Array3RandomSelection Op
extract definable amount of random xyz points from an array
Summary (oneliner)
<p>This op works with a xyz array. Setting elements to 5 on an array with 60 values will extract random 5 xyz values from the array. Seed changes which numbers are extracted.</p>
- Ops.Array.Array3RandomSelection
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Array3xRandomSelection
INPUT PORTS
<p>The array in to extract random values from </p>
<i>integer</i>
)<p>How many xyz elements to extract</p>
<p>Random number seed. 0 is always different on a reload. Set to a number to keep a fixed seed.</p>
OUTPUT PORTS
<p>A new array with a length determined by the elements paramater.</p>