We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random module introduced in #822 / #769 only supports generating 32-bit random numbers as it uses the PCG32 RNG.
We can provide a utility function the user can choose to use for combining two such integers in to one 64-bit random value.
Originally posted by @ss2165 in CQCL/tket2#786 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Random module introduced in #822 / #769 only supports generating 32-bit random numbers as it uses the PCG32 RNG.
Originally posted by @ss2165 in CQCL/tket2#786 (comment)
The text was updated successfully, but these errors were encountered: