Formatting
This commit is contained in:
parent
0f5b2b82a5
commit
43d9c5858d
@ -37,7 +37,7 @@ namespace FastRng.Double.Distributions
|
|||||||
public async ValueTask<double> GetDistributedValue(CancellationToken token = default)
|
public async ValueTask<double> GetDistributedValue(CancellationToken token = default)
|
||||||
{
|
{
|
||||||
if (this.Random == null)
|
if (this.Random == null)
|
||||||
return System.Double.NaN;
|
return double.NaN;
|
||||||
|
|
||||||
// There are more efficient methods for generating beta samples.
|
// There are more efficient methods for generating beta samples.
|
||||||
// However such methods are a little more efficient and much more complicated.
|
// However such methods are a little more efficient and much more complicated.
|
||||||
|
Loading…
Reference in New Issue
Block a user