Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs =================================================================== diff -u -r8b37c0f11e7d78b71c298763124973e94845c87b -r1fd2033b78aa540d01635bcf993080e5fe2437bd --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs (.../PipingCalculationScenarioCreateExtensionsTest.cs) (revision 8b37c0f11e7d78b71c298763124973e94845c87b) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs (.../PipingCalculationScenarioCreateExtensionsTest.cs) (revision 1fd2033b78aa540d01635bcf993080e5fe2437bd) @@ -80,13 +80,13 @@ EntryPointL = (RoundedDouble) entryPoint, PhreaticLevelExit = { - Mean = (RoundedDouble) random.GetFromRange(-9999.9999, 9999.9999), - StandardDeviation = (RoundedDouble) random.GetFromRange(1e-6, 9999.9999) + Mean = random.NextRoundedDouble(-9999.9999, 9999.9999), + StandardDeviation = random.NextRoundedDouble(1e-6, 9999.9999) }, DampingFactorExit = { - Mean = (RoundedDouble) random.GetFromRange(1e-6, 9999.9999), - StandardDeviation = (RoundedDouble) random.GetFromRange(1e-6, 9999.9999) + Mean = random.NextRoundedDouble(1e-6, 9999.9999), + StandardDeviation = random.NextRoundedDouble(1e-6, 9999.9999) }, UseAssessmentLevelManualInput = useAssessmentLevelManualInput, AssessmentLevel = (RoundedDouble) assessmentLevel