Exemplo n.º 1
0
 private static void tiny_Advance(int n)
 {
     for (int i = n; i > 0; i--)
     {
         RNGPool.AdvanceTiny();
     }
 }