Skip to content

You are viewing documentation for Instruqt 2.0 Labs - our upcoming product releasing in September 2026. For current Tracks documentation, please visitdocs.instruqt.com.

Randomizers


Randomizer resources generate random values that other resources can reference. For full field details, see the reference page linked under each type.

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.

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.