diff --git a/FastRng/Double/Distributions/StudentT.cs b/FastRng/Double/Distributions/StudentT.cs index c32ec2b..1ee1ac9 100644 --- a/FastRng/Double/Distributions/StudentT.cs +++ b/FastRng/Double/Distributions/StudentT.cs @@ -23,7 +23,7 @@ namespace FastRng.Double.Distributions } } - public async ValueTask GetDistributedValue(CancellationToken token) + public async ValueTask GetDistributedValue(CancellationToken token = default) { if (this.Random == null) return System.Double.NaN;