Skip to content

Fix type of randomSeed parameter

Ahmad Samir requested to merge work/ahmad/randomseed into master

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

Merge request reports