Workshop.codes
Create

Randomized Array Last updated November 26, 2024

Description

A copy of the specified array with the values in a random order.

Snippet

Randomized Array(Global.variableName);

Properties

Returns: Array
Parameters: Array

Array
Type: Array, Default: Global Variable
The array whose copy will be randomized.

Workshop.codes