Searched refs:seedForPickingTestSizes (Results 1 – 1 of 1) sorted by relevance
1102 final int seedForPickingTestSizes = td.seed * seedsPerTestDescriptionCorrectness; in runCorrectness1D() local1115 Random r = new Random(seedForPickingTestSizes); in runCorrectness1D()1133 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness1D()1159 final int seedForPickingTestSizes = td.seed * seedsPerTestDescriptionCorrectness; in runCorrectness2D() local1178 Random r = new Random(seedForPickingTestSizes); in runCorrectness2D()1205 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness2D()1230 final int seedForPickingTestSizes = td.seed * seedsPerTestDescriptionCorrectness; in runCorrectness3D() local1255 Random r = new Random(seedForPickingTestSizes); in runCorrectness3D()1302 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness3D()