Added todos
This commit is contained in:
parent
8d7ae97140
commit
329057198d
@ -8,7 +8,7 @@ namespace FastRng.Double.Distributions
|
|||||||
{
|
{
|
||||||
private const double ALPHA = 2;
|
private const double ALPHA = 2;
|
||||||
private const double BETA = 2;
|
private const double BETA = 2;
|
||||||
private const double CONSTANT = 4;
|
private const double CONSTANT = 4; // TODO: Replace by formula with gamma
|
||||||
|
|
||||||
private ShapeFitter fitter;
|
private ShapeFitter fitter;
|
||||||
private IRandom random;
|
private IRandom random;
|
||||||
@ -23,7 +23,7 @@ namespace FastRng.Double.Distributions
|
|||||||
set
|
set
|
||||||
{
|
{
|
||||||
this.random = value;
|
this.random = value;
|
||||||
this.fitter = new ShapeFitter(BetaA2B2.ShapeFunction, this.random, 50, 0.99);
|
this.fitter = new ShapeFitter(BetaA2B2.ShapeFunction, this.random, 50, 0.99); // TODO: update threshold
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user