목록과 숫자 무료 · 비공개
두 목록 랜덤 매처
한 목록의 항목을 다른 목록과 짝지음.
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.