Skip to content
Snippets Groups Projects
Verified Commit 5cb6c91c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: qmc_sequence MEX: large input seeds would be truncated

The int64 input seed was converted to a double before being converted back to
an int64. But large integers cannot be represented exactly in a double.

(manually cherry picked from commit 85351d75)
parent c72acdac
Branches
Tags
No related merge requests found
Pipeline #8361 passed