change numer
This commit is contained in:
@@ -50,7 +50,7 @@ Console.WriteLine(genList2.GetValue(1));
|
||||
var rand = new Random();
|
||||
List<int> list = new();
|
||||
|
||||
for (int i = 0; i < 100; i++)
|
||||
for (int i = 0; i < 1000; i++)
|
||||
{
|
||||
list.Add(rand.Next(101));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user