|
Random\Randomizer::shuffleArrayGet a permutation of an array Description
public array Random\Randomizer::shuffleArray(array
$array )
Returns a uniformly selected permutation of the input
Each possible permutation of the input Parameters
Return Values
A permutation of the values of
Array keys of the input Errors/Exceptions
ExamplesExample #1 Random\Randomizer::shuffleArray example
The above example will output something similar to: Salad: 🍎, 🥝, 🍇, 🍌, 🍑 Another Salad: 🍑, 🍇, 🥝, 🍎, 🍌 |