Start » Filter Reference » Basic » Random » ShuffleArray
Module: | FoundationLite |
---|
Creates an array by setting input array values in the random positions.
Name | Type | Description | |
---|---|---|---|
inArray | <T>Array | Array to shuffle | |
inSeed | Integer* | Random seed used to generate values | |
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.