Fixed missed default token

This commit is contained in:
Thorsten Sommer 2020-09-26 21:49:32 +02:00
parent 82a5d343dd
commit 0743451a5f

View File

@ -22,7 +22,7 @@ namespace FastRng.Double.Distributions
}
}
public async ValueTask<double> GetDistributedValue(CancellationToken token)
public async ValueTask<double> GetDistributedValue(CancellationToken token = default)
{
if (this.Random == null)
return System.Double.NaN;