Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs =================================================================== diff -u -re64b4b8f531f7dc251a61efec45cb52089ab8ea7 -r1fd2033b78aa540d01635bcf993080e5fe2437bd --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision e64b4b8f531f7dc251a61efec45cb52089ab8ea7) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision 1fd2033b78aa540d01635bcf993080e5fe2437bd) @@ -188,12 +188,12 @@ IsAquifer = Convert.ToByte(random.NextBoolean()), Color = Color.FromKnownColor(random.NextEnumValue()).ToInt64(), MaterialName = random.Next().ToString(), - AbovePhreaticLevelMean = random.GetFromRange(2.0, 3.0), + AbovePhreaticLevelMean = random.NextDouble(2.0, 3.0), AbovePhreaticLevelCoefficientOfVariation = random.NextDouble(), - AbovePhreaticLevelShift = random.GetFromRange(0.0, 1.0), - BelowPhreaticLevelMean = random.GetFromRange(2.0, 3.0), + AbovePhreaticLevelShift = random.NextDouble(0.0, 1.0), + BelowPhreaticLevelMean = random.NextDouble(2.0, 3.0), BelowPhreaticLevelCoefficientOfVariation = random.NextDouble(), - BelowPhreaticLevelShift = random.GetFromRange(0.0, 1.0), + BelowPhreaticLevelShift = random.NextDouble(0.0, 1.0), CohesionMean = random.NextDouble(), CohesionCoefficientOfVariation = random.NextDouble(), FrictionAngleMean = random.NextDouble(),