Skip to content
Commit b7f6849d authored by Ahmad Samir's avatar Ahmad Samir
Browse files

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
parent 8a33aa6c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment