-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
new RNGCryptoServiceProvider().GetBytes(cryptoResult);
ChangeRate = 50;
- AngleChangeProbability = 50;
+ AngleChangeProbability = 50;
BouncePadding = 0;
- MaxVelocity = 2;
+ MaxVelocity = 3;
CurrentTime = 0;
RotationFactor = (float) (3 * Math.PI / 180);
Random = new Random(BitConverter.ToInt32(cryptoResult, 0));