Randomizers
Randomizer resources generate random values that other resources can reference. For full field details, see the reference page linked under each type.
Creating a Randomizer resource
Section titled “Creating a Randomizer resource”Randomizer resources can be created in the Sandbox tab. To create one, navigate to the Sandbox tab and click the + button. Under Randomizers, select the type you want, then give it a name (an internal name).
The available types and what you configure for each:
- Random Creature — no additional configuration; generates a URL-safe creature name. Reference.
- Random ID — set the byte length. Reference.
- Random Number — set a minimum and maximum. Reference.
- Random Password — set the length and character classes (uppercase, lowercase, numeric, special), with optional per-class minimums. Reference.
- Random UUID — no additional configuration; generates an RFC 4122 v4 UUID. Reference.
Editing a Randomizer resource
Section titled “Editing a Randomizer resource”To edit a randomizer, select it from the list of existing sandboxes in the Sandbox tab, make your changes, and click Add changes. See Editing & Publishing for how changes are reviewed and published.
