1128
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user