Formatting
This commit is contained in:
parent
12ad666ec9
commit
68be4be9db
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user