Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLineTest.cs =================================================================== diff -u -re8655c3b4b463b40f20e289ffeaf9d9605c291c0 -rc2c368258f5009ab8855ede952ae5c5aed1bdb33 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLineTest.cs (.../MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLineTest.cs) (revision e8655c3b4b463b40f20e289ffeaf9d9605c291c0) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLineTest.cs (.../MacroStabilityInwardsSoilLayerPropertiesUnderSurfaceLineTest.cs) (revision c2c368258f5009ab8855ede952ae5c5aed1bdb33) @@ -48,7 +48,7 @@ // Setup const string materialName = "Clay"; - var random = new Random(); + var random = new Random(22); var shearStrengthModel = random.NextEnumValue(); bool usePop = random.NextBoolean(); bool isAquifer = random.NextBoolean();