public void TestCryptoRandom()
 {
     using (var random = new System.Security.Cryptography.RNGCryptoServiceProvider())
     {
         this.TestRandom(random.AsRandom());
     }
 }