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
simd_prngs/src/prngs/lfsr.rs
Line 21 in 271894d
These constants are simple bit masks; it's clearer with hex:
>>> hex(4294967168) '0xffffff80' >>> hex(4294967294) '0xfffffffe' >>>
The text was updated successfully, but these errors were encountered:
Oh huh. Yeah I suppose that is nicer. Though changing the appearance of such a widely used PRNG might confuse some people
Sorry, something went wrong.
No branches or pull requests
simd_prngs/src/prngs/lfsr.rs
Line 21 in 271894d
These constants are simple bit masks; it's clearer with hex:
The text was updated successfully, but these errors were encountered: