beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayRandomSelection Op

Ops.Array.ArrayRandomSelection


ArrayRandomSelection
Namespace: Ops.Array

Op author: andro

Extract a definable amount of values from an array


Setting elements to 5 on an array with 60 values will extract random 5 values from the array.
Seed changes which numbers are extracted.



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)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ArrayRandomSelection example

Open Example In Editor

Patches using ArrayRandomSelection