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> Approved-by:
Anton Bondarenko <anton.bondarenko@arm.com>
parent
d7bf3e79
Loading
Loading
Pipeline
#23856
passed
with stages
in
5 minutes and 18 seconds
Loading
Please register or sign in to comment