Use fixed seed for random number generation in idgcaldpstep test
The test for the idgcaldpstep uses a random number generator to create a test case. This sometimes leads to a case where the solver does not converge, and the test fails.
This MR fixes that by using a fixed seed for the random number generator.