示例#1
0
		static RandomUtils()
		{
			Random = new UnsecureRandom();
		}
示例#2
0
 static RandomUtils()
 {
     Random = new UnsecureRandom();
 }