Skip to content

Commit 22b7b0a

Browse files
committed
Update RandomPolyfill.cs
1 parent feb7a43 commit 22b7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Polyfill/RandomPolyfill.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ static partial class RandomPolyfill
2424
Random.Shared;
2525
#else
2626
new ThreadSafeRandom();
27-
#endif
2827

2928
class ThreadSafeRandom : Random
3029
{
@@ -66,4 +65,5 @@ protected override double Sample()
6665
return base.Sample();
6766
}
6867
}
68+
#endif
6969
}

0 commit comments

Comments
 (0)