c# random change seed

67

c# random change seed -

Random rand = new Random(Guid.NewGuid().GetHashCode());

Comments

Submit
0 Comments