Type: nodetool.list.Randomize
Namespace: nodetool.list
Description
Randomly shuffles the elements of a list. list, shuffle, random, order
Use cases:
- Randomize the order of items in a playlist
- Implement random sampling without replacement
- Create randomized data sets for testing
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[any] |
[] |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.list namespace.