shuffle_array
Shuffle any array randomly using the Fisher-Yates algorithm. Ensures fair distribution of elements, ideal for game shuffling, data randomization, or random ordering. Input an array, optionally add a salt for increased randomness, and receive a JSON with the shuffled result.
Instructions
Random Array Shuffler
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_array | Yes | ||
salt | No |