A tier list ranks items from the best (S) down to the worst (F). This generator takes any list you paste in and randomly distributes the items across the six tiers, giving you a neutral, unbiased starting point for a ranking debate, a draft, or a tier-list video.
How it works
The tool uses two well-known steps:
1. Fisher-Yates shuffle the full item list (uniform random order)
2. Deal items round-robin into 6 buckets: S, A, B, C, D, F
The Fisher-Yates shuffle walks the array from the end to the start, swapping each element with a randomly chosen earlier one. This produces every possible ordering with equal probability. Items are then dealt out so each tier receives an even share; if the count does not divide by six, the extra items land in the higher tiers first.
Tips and notes
- Use one item per line — blank lines are ignored.
- Hit Generate again for a completely fresh random layout.
- The random layout is meant as a conversation starter: drag the debate from there, defending or attacking each placement.
- Because the shuffle is uniform, running it many times will spread any single item roughly evenly across all tiers over the long run.