Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Random » ShuffleArray

ShuffleArray


Module: FoundationLite

Creates an array by setting input array values in the random positions.

Name Type Description
Input value inArray <T>Array Array to shuffle
Input value inSeed Integer* Random seed used to generate values
Output value outArray <T>Array

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Remarks

This filter should not be used for generating cryptographically secure random numbers.

Complexity Level

This filter is available on Basic Complexity Level.