Abacus.SinglePrecision.Matrix44Tests.Matrix44Tests C# (CSharp) Метод

Matrix44Tests() статический приватный Метод

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 Matrix44Tests ( ) : System
Результат System
        static Matrix44Tests ()
        {
            rand = new System.Random(0);
        }
Matrix44Tests