How to use
- Tap a role chip to limit the pool — Duelist, Initiator, Controller or Sentinel — or leave all roles on for the full roster.
- Press Pick. The agent name and role appear in the big box.
- Keep No repeats on and every agent will come up once before any comes back — a full "play them all" challenge takes 29 picks.
- Pick for 5 draws five different agents at once for a five stack or a random-comp custom.
- The history strip under the box remembers your picks for this session; refresh to start over.
The full Valorant roster in September 2026
The picker uses all 29 playable agents, grouped by the four roles Riot assigns in the client. The table below is the exact pool you draw from.
| Role | Agents | Count |
|---|---|---|
| Duelist | Iso, Jett, Neon, Phoenix, Raze, Reyna, Waylay, Yoru | 8 |
| Initiator | Breach, Fade, Gekko, KAY/O, Skye, Sova, Tejo | 7 |
| Controller | Astra, Brimstone, Clove, Harbor, Miks, Omen, Viper | 7 |
| Sentinel | Chamber, Cypher, Deadlock, Killjoy, Sage, Veto, Vyse | 7 |
With every role on, a Duelist comes up 8 times out of 29 (27.6%) and each other role 7 out of 29 (24.1%). Turn a role off and the remaining agents split the probability equally. When Riot ships the next agent we add it to the list; the roster date is at the top of this section.
How to use random agents without throwing the game
A random pick is fun; a random comp is a loss in ranked. Three ways players use this picker:
- One random per match. Pick your own role first (say, Controller), then let the tool pick which one. You learn Harbor and Astra instead of defaulting to Omen every game, and the team still has smokes.
- Random-role challenge in unrated. All roles on, no repeats, play whatever comes. Good for learning what every ability looks like from the inside — the fastest way to understand what a Cypher trip or a Fade prowler can and cannot do.
- Full random customs. Pick for 5 with a role filter cycled through by each teammate, or with everything on for pure chaos. Agree that duplicates are re-rolled (the game allows only one of each agent per team).
Comp sanity check: most ranked lobbies want at least one Controller and one Initiator or Sentinel. If Pick for 5 hands you four Duelists, that is technically legal and a definite way to learn about site retakes.
Why the pick is fair
The picker draws with crypto.getRandomValues and rejection sampling — the browser's cryptographic generator, not Math.random() — so every agent in the active pool has the same chance. "No repeats" is implemented as a shuffled queue (a Fisher–Yates shuffle of the pool), so the order is random but every agent appears exactly once per cycle. There is no weighting toward "meta" agents and no memory between sessions.
What makes ours different
- Complete, dated roster of 29 agents, checked against Riot's data — not a list that stopped at Deadlock.
- Role filters so the pick fits your team; Pick for 5 for whole-team randomness.
- No-repeats mode for "play every agent" challenges.
- Cryptographic randomness and a visible history — no hidden weighting, no ads over the button.
- Instant, mobile-friendly, no login, and it also works on our other picker pages for LoL, Brawl Stars and CS2 maps.
Privacy
The agent list ships with the page and the draw happens in your browser. No requests are sent when you press Pick, nothing is stored beyond the on-screen history, and we do not know or care which agent you got.
FAQ
How many Valorant agents are there in 2026?
29 playable agents as of September 2026: 8 Duelists, 7 Initiators, 7 Controllers and 7 Sentinels. All of them are in the picker.
Can I pick a random agent from one role only?
Yes — tap the role chips to switch roles on and off. Leave only Sentinel on and you get a random Sentinel.
Does the picker know which agents I have unlocked?
No, it has no access to your Riot account. If you get an agent you do not own, re-pick or turn on No repeats and go to the next one.
How does Pick for 5 work?
It draws five different agents from the active pool in one go, so you can assign them to a five stack. With fewer than five agents in the pool it draws as many as it can.
Is the random pick really random or does it favour meta agents?
It is uniformly random over the pool, generated by the browser's cryptographic RNG. No agent has extra weight.
Will the list be updated when a new agent releases?
Yes. The roster date is shown in the roster section; new agents are added at release.