Searched refs:x_dist (Results 1 – 1 of 1) sorted by relevance
230 std::uniform_int_distribution<int> x_dist(0, activeArray[2] - 1); in RandomTransformTest() local236 randCoords[i] = x_dist(gen); in RandomTransformTest()