Shuffle
Shuffles an array. Note that this command does not use a cryptographically secure random number generator to randomise the array order.
Shuffle array
Given a sample.yml file of:
then
will output
Shuffle array in place
Given a sample.yml file of:
then
will output
Last updated