Fixed missed default token
This commit is contained in:
parent
5f5291343d
commit
7a1ae7889c
@ -12,7 +12,7 @@ namespace FastRng.Double.Distributions
|
|||||||
|
|
||||||
public double Scale { get; set; } = 1.0;
|
public double Scale { get; set; } = 1.0;
|
||||||
|
|
||||||
public async ValueTask<double> GetDistributedValue(CancellationToken token)
|
public async ValueTask<double> GetDistributedValue(CancellationToken token = default)
|
||||||
{
|
{
|
||||||
if (this.Random == null)
|
if (this.Random == null)
|
||||||
return System.Double.NaN;
|
return System.Double.NaN;
|
||||||
|
Loading…
Reference in New Issue
Block a user