random_shuffle
Shuffle an array using cryptographically secure random generation. Get a new array with elements randomly reordered.
Instructions
Return a shuffled copy of the input array
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | Array to shuffle |