Reset the random seed when testing each CPU type.
Any benchmark that uses random data as input gives bunk results as it currently uses differently random data on each run. This now makes any non-determinism in the tests repeatable across each call to check_cpu_flags().