mercredi 31 août 2016

how to generate unique random values with unique sequence [duplicate]

This question already has an answer here:

how to generate unique random values, this way I got same outputs of each and same sequence if I want use it as stream with loop:

        var ran1 = new Random();
        var ran2 = new Random();
        var ran3 = new Random();




Aucun commentaire:

Enregistrer un commentaire