Shuffle

From MiniScript Wiki
Revision as of 00:12, 18 November 2023 by SebNozzi (talk | contribs) (Change header from "Default value" to "Type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

shuffle randomizes 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 Type Meaning
self list or map object to shuffle