Sacado: Fix possible NaNs in CppUnit nested Fad test
Created by: etphipp
Depending on what random numbers you got in the nested Fad test, you could get NaNs in the second derviatives on some machines/compilers. This fixes that by supplying a fixed seed.
@mhoemmen or @rppawlo, would one of you guys mind approving this?