Changed sampling to 50 samples
This commit is contained in:
parent
3c7713ae00
commit
c1f13de904
@ -24,7 +24,7 @@ namespace FastRng.Double.Distributions
|
||||
set
|
||||
{
|
||||
this.random = value;
|
||||
this.fitter = new ShapeFitter(Normal.ShapeFunction, this.random, 100, 0.99);
|
||||
this.fitter = new ShapeFitter(Normal.ShapeFunction, this.random, 50, 0.99);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user