mardi 6 juin 2017

IP generator (C#) [duplicate]

This question already has an answer here:

I making a hacking game.I want to generate random ipv4 and store it into string.

This is what i have now.

string ip1 = Random(0, 255) + " " + Random(0, 255) + " " + Random(0, 255) + " " + Random(0, 255);

Looks like code written by a trained monkey for me xD




Aucun commentaire:

Enregistrer un commentaire