Formatting

This commit is contained in:
Thorsten Sommer 2020-09-26 23:24:01 +02:00
parent 0f5b2b82a5
commit 43d9c5858d

View File

@ -37,7 +37,7 @@ namespace FastRng.Double.Distributions
public async ValueTask<double> GetDistributedValue(CancellationToken token = default)
{
if (this.Random == null)
return System.Double.NaN;
return double.NaN;
// There are more efficient methods for generating beta samples.
// However such methods are a little more efficient and much more complicated.