static RandomUtils()
		{
			Random = new UnsecureRandom();
		}
Example #2
0
 static RandomUtils()
 {
     Random = new UnsecureRandom();
 }