[TestMethod] public void GetMinTest() 
     => Assert.AreEqual(double.MinValue, 
         GetRandom.GetMin(double.MinValue, double.MaxValue));