@ -16,7 +16,7 @@ namespace Apewer
#region 随机数。
/// <summary>用于生成随机数的时钟位置。</summary>
private static int RandomSeed = 327680;
private static int RandomSeed = Guid.NewGuid().ToString().GetHashCode();
private static void RandomInit()
{