Abacus.SinglePrecision.Vector3Tests.Vector3Tests C# (CSharp) 메소드

Vector3Tests() 정적인 개인적인 메소드

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