Added shuffle command #1503

This commit is contained in:
Mike Farah
2023-02-11 05:08:20 +11:00
parent a1698b740a
commit d17fd9424e
6 changed files with 124 additions and 0 deletions
@@ -0,0 +1,4 @@
# Shuffle
Shuffles an array. Note that this command does _not_ use a cryptographically secure random number generator to randomise the array order.