Searched refs:y_dist (Results 1 – 1 of 1) sorted by relevance
231 std::uniform_int_distribution<int> y_dist(0, activeArray[3] - 1); in RandomTransformTest() local237 randCoords[i + 1] = y_dist(gen); in RandomTransformTest()