Skip to content

Fix data type for argument to std::mt19937

Jens Elofsson requested to merge fix_data_type into main

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

Merge request reports

Loading