From 857c16462e2bf7efecbd2aba96a98cbff181a085 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 31 Oct 2020 14:00:39 +0100 Subject: [PATCH] Formatting --- FastRngTests/Double/Distributions/ChiSquareK4.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/FastRngTests/Double/Distributions/ChiSquareK4.cs b/FastRngTests/Double/Distributions/ChiSquareK4.cs index e5a0dd0..448b111 100644 --- a/FastRngTests/Double/Distributions/ChiSquareK4.cs +++ b/FastRngTests/Double/Distributions/ChiSquareK4.cs @@ -20,10 +20,7 @@ namespace FastRngTests.Double.Distributions var rng = new MultiThreadedRng(); for (var n = 0; n < 100_000; n++) - { - var value = await rng.NextNumber(dist); - fqa.CountThis(value); - } + fqa.CountThis(await rng.NextNumber(dist)); rng.StopProducer();