shuffle {ranges} [Command]

Randomly reorders objects in {ranges}. If {ranges} is the name of a container then all its objects are shuffled. Otherwise each explicit {range} is shuffled. shuffle is a destructive operation.

Example:

Shuffle Foo and the first 50 objects in Bar:
Stella [Top-Level]: shuffle foo,bar[1:50]

See Also:

retrograde


Last Modified: 5-Mar-1998