Little Helper - Random Contact/Name Generator

I am writing a lot of sample code and usually I have to fill my samples with some random data. A typical entity in most scenarios is a person or a contact. Since I am tired with putting in some static names here and there and copy and paste them between samples, I wrote a little library that generates random contact sequences.

It takes the most common first and last names of the US and generates random combinations of them. It also supports genders so you can differentiate between female and male contacts.

Usage/Installation is straight forward, see GitHub for details: https://github.com/olohmann/Lohmann.RndContacts