public override void RunTest()
 {
     // The default test does nothing but give a baseline of how much the overhead costs.
     while (!StopRunning)
     {
         var x = RandomSeed.Fast();
         System.Threading.Interlocked.Increment(ref Iterations);
     }
 }