Difference between revisions of "Shuffle"
Jump to navigation
Jump to search
(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...") |
|||
| Line 1: | Line 1: | ||
| − | <c>shuffle</c> | + | <c>shuffle</c> randomizes the order of elements in a list, or the mappings from keys to values in a map. This is done in place. |
=== Arguments === | === Arguments === | ||
Revision as of 16:13, 18 March 2020
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 | Default Value | Meaning |
|---|---|---|
| self | list or map | object to shuffle |