Skip to content
Commit 963dbc17 authored by Jens Elofsson's avatar Jens Elofsson
Browse files

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's avatarJens Elofsson <jens.elofsson@arm.com>

Approved-by: Anton Bondarenko's avatarAnton Bondarenko <anton.bondarenko@arm.com>
parent d7bf3e79
Loading
Loading
Loading
Pipeline #23856 passed with stages
in 5 minutes and 18 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment