static Vector3 GetNextRandomVector3 () { Single a = GetNextRandomSingle(); Single b = GetNextRandomSingle(); Single c = GetNextRandomSingle(); return new Vector3(a, b, c); }