I have a big question in my mind:
I can use a seed number to generate random numbers:
Random rand = new Random(34666666);
But the thing that I cannot understand is the role of that seed. For example what is the difference of
That code with the following:
Random rand = new Random();
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…