jeudi 21 juillet 2016

Strange random usage: new Random(unchecked(Environment.TickCount * 31)). Why it is so?

Faced with that realisation of Random:

        var random = new Random(unchecked(Environment.TickCount * 31));

Why not simple new Random()? Thanks.




Aucun commentaire:

Enregistrer un commentaire