Updated parameters

This commit is contained in:
Thorsten Sommer 2020-09-30 21:39:54 +02:00
parent 7b5727802f
commit bdeb9c8c8f

View File

@ -16,7 +16,7 @@ namespace FastRngTests.Double.Distributions
public async Task TestNormalDistribution01() public async Task TestNormalDistribution01()
{ {
const double MEAN = 0.5; const double MEAN = 0.5;
const double STANDARD_DEVIATION = 0.4; const double STANDARD_DEVIATION = 0.2;
var dist = new FastRng.Double.Distributions.Normal(); var dist = new FastRng.Double.Distributions.Normal();
var stats = new RunningStatistics(); var stats = new RunningStatistics();