diff --git a/FastRng/Double/Distributions/Normal.cs b/FastRng/Double/Distributions/Normal.cs index b01d720..d6e6dd2 100644 --- a/FastRng/Double/Distributions/Normal.cs +++ b/FastRng/Double/Distributions/Normal.cs @@ -38,7 +38,7 @@ namespace FastRng.Double.Distributions if (this.Random == null) return double.NaN; - return await this.fitter.NextNumber(); // TODO: Add token! + return await this.fitter.NextNumber(token); } } } \ No newline at end of file