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

Vector4Tests() 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 Vector4Tests ( ) : System
return System
        static Vector4Tests ()
        {
            rand = new System.Random(0);
        }
Vector4Tests