diff --git a/FastRng/Double/Distributions/InverseGamma.cs b/FastRng/Double/Distributions/InverseGamma.cs index cc027fc..70cd441 100644 --- a/FastRng/Double/Distributions/InverseGamma.cs +++ b/FastRng/Double/Distributions/InverseGamma.cs @@ -24,7 +24,7 @@ namespace FastRng.Double.Distributions public double Scale { get; set; } = 1.0; - public async ValueTask GetDistributedValue(CancellationToken token) + public async ValueTask GetDistributedValue(CancellationToken token = default) { if (this.Random == null) return System.Double.NaN;