This commit is contained in:
2025-11-28 16:54:56 +09:00
parent 23176551b7
commit 8f18415f25
841 changed files with 67879 additions and 12265 deletions

View File

@@ -14,7 +14,7 @@ public static class RandomHelper
{
// 만분율을 기본 비율단위로 사용 한다 !!!
public static readonly Int32 DefaultRatio = 10000;
private static Random random = new Random();
private static Random random = new Random((int)DateTimeHelper.Current.Ticks);
public static double nextDouble(double min, double max)
{