Abacus.DoublePrecision.Vector2Tests.Vector2Tests C# (CSharp) Method

Vector2Tests() static private method

Static constructor used to ensure that the random number generator always gets initilised with the same seed, making the tests behave in a deterministic manner.
static private Vector2Tests ( ) : System
return System
        static Vector2Tests ()
        {
            rand = new System.Random(0);
        }
Vector2Tests