906e5296de
The no_effect_parameter test (and others) used unseeded random sampling, causing spurious correlations between the noise parameter and the objective in unlucky runs. Seed all importance tests with RandomSampler::with_seed(42) for deterministic results.