Extract a definable amount of values from an array
summary (oneliner)
Setting elements to 5 on an array with 60 values will extract random 5 values from the array.
Seed changes which numbers are extracted.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Array (Array)
The array in to extract random values from
Elements (integer /Number)
Amount of 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)
Array Out
Array length (Number)