Shuffle

From MiniScript Wiki
Revision as of 16:24, 17 March 2020 by 71.226.33.30 (talk) (Created page with "<c>shuffle</c> randomize the order of elements in a list, or the mappings from keys to values in a map. This is done in place. === Arguments === {| class="wikitable" |- ! P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

shuffle randomize the order of elements in a list, or the mappings from keys to values in a map. This is done in place.

Arguments

Parameter Name Default Value Meaning
self list or map object to shuffle