How to create a list named "names" and fill it with randomly generated names (the names don't have to exist, and could be like "asdddds", "asdasd")
I want to make a massive array with this, like names[1000000000], but I have no clue about how to generate the names and how to fill the list with these names.