extract definable amount of random xyz points from an array
Summary (oneliner)
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Array (Array)
The array in to extract random values from
Elements (integer /Number)
How many xyz elements to extract
Seed (Number)
Random number seed. 0 is always different on a reload. Set to a number to keep a fixed seed.
Outputs
Result (Array)
A new array with a length determined by the elements paramater.
Total points (Number)
Array length (Number)
Patches using Array3RandomSelection
Changelog
Ops.Array.Array3xRandomSelection renamed to Ops.Array.Array3RandomSelection 2019-06-21 - pandur | |
bugfix | fixed random seed behaviour 2022-12-14 - pandur |