Question about random list generators

Feel free to move this to another category if necessary, I wasn’t totally sure about where to put it.

Does anyone know of something like a random list organizer that would allow to make two lists, for example, list A being first names and list B being middle names, and then randomly match up a name from list A with a name from list B?

1 Like

These are some of my favourite generators for combos:

https://pairs.austincodingacademy.com | This site allows you to submit a list of names, which will be paired together at random. (Was mentioned on the Quick Poll Thread, I think)

https://commentpicker.com/combination-generator.php | This lets you enter names into two separate lists, which will then be paired together at random, one name from each list. You can also choose from a wide variety of different options, such as combinations from list #1 only or a specific number of combos.

Random Team Generator — Split a list into random groups | Here you can enter a list of names and then generate random groups of two. (E.g. enter 10 names, select ‘generate 5 groups’ and it’ll give you 5 groups of two names each)

4 Likes

Thank you! I’ve been using random team generator, but I really want to be able to separate first names from middles.

1 Like