1
.NET Framework / Re: [C#] Thread Safe Random and CryptoRandom
« on: February 02, 2016, 04:51:36 PM »
You can use something like this to make static methods testable: http://urasandesu.github.io/Prig/
It's not always ideal, but actually quite good it exists for those cases that you really need it.
It's not always ideal, but actually quite good it exists for those cases that you really need it.