You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple one - But in later .NET Core versions there's a static helper property Random.Shared for easy access to a random object without having to new up your own ones.
This could be useful and placed in a RandomPolyfill class?
The text was updated successfully, but these errors were encountered:
Simple one - But in later .NET Core versions there's a static helper property
Random.Shared
for easy access to a random object without having to new up your own ones.This could be useful and placed in a
RandomPolyfill
class?The text was updated successfully, but these errors were encountered: