← Home
PRIVATE BROWSER TOOL · PHASE 1
Random Permutation Generator
Create one or more full or partial ordered arrangements of labeled input rows. The complete workflow runs locally in this browser, with visible controls and a result you can inspect before copying or downloading.
LOCAL WORKBENCH
Generate a result
No upload · no account · no URL storage
Ready. Entries and results stay in this browser tab.
Choose your settings, then select Generate.
How it works
- Retain each input row as a separate labeled position, even when text repeats.
- Run a secure partial Fisher–Yates shuffle through the requested output length.
- Compare full position sequences when unique-arrangement mode is active.
Worked example
Four compass rows could be arranged as South → North → West → East.
Limits and interpretation
- Input is capped at 1,000 rows and returned positions cannot exceed that count.
- At most 200 arrangements are produced per run.
- Unique mode stops with a clear error if the requested count exceeds the permutation space.
Privacy
Your inputs and generated results stay in this browser. This tool does not put them in a URL, analytics event, server log, or external request.
Frequently asked questions
- How does Random Permutation Generator make its random choices?
- A secure Fisher–Yates process gives every eligible row-position ordering equal probability.
- Does Random Permutation Generator upload my inputs or results?
- No. Values stay in the current browser tab and are not placed in the URL, analytics, storage, or network requests.
- When should I use Random Permutation Generator?
- Use it for randomized test order, agenda order, small exhaustive-design samples, or ordered task sequences.