Picks one child element at a time and executes it. You can either have it set to wild
for truly random output, or smart
, to avoid repetitions of previously used elements.
Whenever you need random output, this element comes in handy. Some example usages might be randomized greetings/farewells, or perhaps random number guessing games.
wild
if you do not care about repetition; this will execute elements wholly randomly. Otherwise, pick smart
.smart
for Element Storage Mode, you will need to enter any string of your choice for the Namespace property. This is the key under which previously executed elements will be stored to avoid repetition. You can share this key between multiple element randomizers too.installation
stores the data for as long the skill is installed on any given device. This option preserves data the longest.session
stores the data for the duration of a session.