I have a question for those with more experience with C# development than I do, Iv'e noticed something on many sources I cannot seem to piece together.
Can someone explain to me/community of CO what these following codes do and how it benefits a source?:confused:
Can someone explain to me/community of CO what these following codes do and how it benefits a source?:confused:
Code:
public static int RandomSeed = 0;
Code:
ServerBase.Kernel.Random = new Random(RandomSeed);
Code:
RandomSeed = Convert.ToInt32(DateTime.Now.Ticks.ToString().Remove(DateTime.Now.Ticks.ToString().Length / 2