From c337fbeaae3b2e6b5c73b36742a48dd3eb195947 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 7 Nov 2020 12:42:13 +0100 Subject: [PATCH] Adjusted thresholds --- FastRngTests/Float/Distributions/InverseExponentialLa10.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastRngTests/Float/Distributions/InverseExponentialLa10.cs b/FastRngTests/Float/Distributions/InverseExponentialLa10.cs index 6594a16..63767a7 100644 --- a/FastRngTests/Float/Distributions/InverseExponentialLa10.cs +++ b/FastRngTests/Float/Distributions/InverseExponentialLa10.cs @@ -31,7 +31,7 @@ namespace FastRngTests.Float.Distributions Assert.That(result[21], Is.EqualTo(0.00040973497898f).Within(0.00045f)); Assert.That(result[22], Is.EqualTo(0.000452827182887f).Within(0.00050f)); - Assert.That(result[23], Is.EqualTo(0.000500451433441f).Within(0.00051f)); + Assert.That(result[23], Is.EqualTo(0.000500451433441f).Within(0.0006f)); Assert.That(result[50], Is.EqualTo(0.007446583070924f).Within(0.003f));