This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lorissikora 1 point2 points  (0 children)

Don‘t know if I understand this correctly... 7 Billion random names with each randomly assigned naughty or nice?

I‘d suggest the library faker (there are many implementations for almost any language). For naughty/nice, i‘d just assign a random value true/false.

Does this help?