జాబితాలు & సంఖ్యలు ఉచితం · ప్రైవేట్
రెండు-జాబితా రాండమ్ మ్యాచర్
Pair items from one list to another.
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.