-
Tạo số ngẫu nhiên trong C# - Random Number in C#, Be careful of some of the samples you find
I recently came across this code on the internet for generating a random number with C#. private static int RandomNumber(int min, int max) { Random random = new Random(); return random.Next(min, max); }The problem with this code is that for a novice developer (and maybe even...- Admin
- Thread
- code hien thi 1 so ngau nhien cho wapego sinh mảng ngẫu nhiên c
- Replies: 1
- Forum: C# / C++