Perchance is a free web tool for creating your own random generators—like a lightweight “builder” where you combine lists, probabilities, and reusable blocks to produce text outputs.
How it works
- Create Lists with words, phrases, numbers, or any options you want.
- Reference lists and variables in your output using bracket syntax (for example, [name]).
- Use curly braces for quick micro-lists (for example, {yes|no}).
- Adjust odds (for example, an item with a higher weight appears more often).
- Save your project to get a shareable link, embed it on a site, or download an HTML file for offline use.
Common use cases
- Character generators for RPGs (appearance, traits, abilities, names).
- Story and scene prompts by combining lists like [heroName], [item], and [location].
- Mini-games or interactive generators built from nested list “trees.”
Plugins and AI-related options
Perchance supports plugins that can add features such as text-to-image buttons (often calling external models like Stable Diffusion) or simple chat-style demos. These are not built-in GPT models; they typically act as wrappers around external services or APIs.
Adult content (NSFW) isn’t blocked at the code level, but creators usually label or hide such generators and should follow community guidelines.

