Formatting
This commit is contained in:
parent
2f4c8b3cc9
commit
857c16462e
@ -20,10 +20,7 @@ namespace FastRngTests.Double.Distributions
|
||||
var rng = new MultiThreadedRng();
|
||||
|
||||
for (var n = 0; n < 100_000; n++)
|
||||
{
|
||||
var value = await rng.NextNumber(dist);
|
||||
fqa.CountThis(value);
|
||||
}
|
||||
fqa.CountThis(await rng.NextNumber(dist));
|
||||
|
||||
rng.StopProducer();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user