Fix type of randomSeed parameter
It should be uint. I am not sure this fixes the mentioned bug, but it's correct anyway, std::mt19937 and co. unsigned types; and we shouldn't mix signed with unsigned. CCBUG: 434892 (cherry picked from commit b7f6849d)
Loading
Please register or sign in to comment