Formatting

This commit is contained in:
Thorsten Sommer 2020-09-30 19:52:30 +02:00
parent 12ad666ec9
commit 68be4be9db

View File

@ -24,7 +24,7 @@ namespace FastRng.Double.Distributions
set set
{ {
this.random = value; this.random = value;
this.fitter = new ShapeFitter(ShapeFunction, this.random, 100, 0.99); this.fitter = new ShapeFitter(Normal.ShapeFunction, this.random, 100, 0.99);
} }
} }