.NET Core 3.0 is tentatively set to include a new API for securely generating a random integer bound to a specific range. I won’t be shy in admitting that it was something I pushed for and made the initial attempt at implementing, though it’s unfair to say that I implemented it by myself given all of the outstanding feedback I got on the initial pull request (thanks Levi and Jeremy!) It’s been known for a while that System.Random shouldn’t be used when cryptographic randomness is requ...