Fix data type for argument to std::mt19937
The argument to std::mt19937:s constructor is uint32_t, but the supplied value (the variable "seed") was uint64_t. This has been changed to uint32_t.
Signed-off-by: Jens Elofsson jens.elofsson@arm.com
The argument to std::mt19937:s constructor is uint32_t, but the supplied value (the variable "seed") was uint64_t. This has been changed to uint32_t.
Signed-off-by: Jens Elofsson jens.elofsson@arm.com