public uint GetSeed1() { seed_1 = ud1.Get_Seed(); return(seed_1); }
private void UpdateSeed() { seed_1 = ud1.Get_Seed(); seed_2 = ud2.Get_Seed(); }