Skip to content

Instantly share code, notes, and snippets.

View haminne's full-sized avatar

Haminne haminne

View GitHub Profile
class Program
{
static void Main(string[] args)
{
var random = new Random();
var firstnames = female;
for (int i = 0; i < 100; i++)
{
if (random.Next()%2 == 0) firstnames = male;