Weighted Random
- Core
- Sequencer
- Inheritance
- Mixers
- Variables & Templates
Randomizes the order of elements in data
.
Please note that the randomizer pre-mixes all the content in data,
so that any branching mixers will be branched according to the environment as it is when the random mixer is reached.
If you want to delay the branching until it is reached, simply wrap it within a wrapper
mixer.
// Randomizes the order of elements in `data`.
//
License: Apache 2. © Project Implicit. · Current version [version]