列表与数字 免费 · 私密
两列随机匹配
把一列项目配对到另一列。
Zip list A to a shuffled list B — assign prizes, tasks, or pairings.
点击 匹配 A → B 查看结果。
选项
最近结果
- 暂无历史。
常见问题
What happens if the lists are different lengths?
A is matched against a shuffled B. If B is shorter than A, B repeats as needed so every item in A gets a match.
Can I match a list to itself?
Yes. Paste the same list into both A and B to create random pairings within a single group.
How random is the pairing?
List B is shuffled with the Web Crypto API, giving every possible pairing an equal, unbiased chance.
Do my lists leave my device?
No. The matching runs entirely in your browser, so neither list is ever sent to a server, and it works offline.