private void TestBtn_Click(object sender, EventArgs e)
{
// MessageBox.Show((21425712 / 66).ToString());
// MessageBox.Show((21425712 / 66/7).ToString());
int JianGeQu = 21425712 / 66 / 7;
for (int i = 0; i < 2000; i++)
{
Random rd = new Random(i);
DuiYingShu.Add(rd.Next(1, 21425712).ToString());
}
for (int i = 0; i < DuiYingShu.Count; i++)
{
YaSuoDuiYingShu.Add(Convert.ToInt32(DuiYingShu[i]) % JianGeQu);
}
for (int i = 0; i < DuiYingShu.Count; i++)
{
OutRTBox.AppendText( YaSuoDuiYingShu[i].ToString ()+ Environment.NewLine);
}
}
{
// MessageBox.Show((21425712 / 66).ToString());
// MessageBox.Show((21425712 / 66/7).ToString());
int JianGeQu = 21425712 / 66 / 7;
for (int i = 0; i < 2000; i++)
{
Random rd = new Random(i);
DuiYingShu.Add(rd.Next(1, 21425712).ToString());
}
for (int i = 0; i < DuiYingShu.Count; i++)
{
YaSuoDuiYingShu.Add(Convert.ToInt32(DuiYingShu[i]) % JianGeQu);
}
for (int i = 0; i < DuiYingShu.Count; i++)
{
OutRTBox.AppendText( YaSuoDuiYingShu[i].ToString ()+ Environment.NewLine);
}
}