public void TestCryptoRandom() { using (var cryptoRandom = new RNGCryptoServiceProvider()) { Test(cryptoRandom.AsRandom()); } }