This page offers an easy-to-modify random generator template with multiple lists, nested lists, and random quantities in a single self-contained HTML file.
This tool is released under a CC0 1.0 Universal license. You can copy, modify, and distribute this tool, even for commercial purposes, all without asking permission.
Click the button above to generate content...
Template Features:
Quantity Ranges: [[min-max]] generates random numbers (e.g., [[100-500]] gold pieces)
Deep Nesting: Tables can reference other tables (e.g., {creator} contains {wizard_name})
Weighted Items: Use ^2 to double probability (e.g., "copper ^3" appears 3x more often)
Multiple Choices: Use {"option1"|"option2"} or {{table1}|{table2}} to randomly pick between options
Weighted Choices: Use {"option1"|"option2" ^3} to make the last option more likely
How to Use This Template:
Copy the source of this HTML file.
Modify dataText variable in the HTML file with your lists.