Skip to content
New issue

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

Limiting random value returned to maximum value of signed 64 bits #72

Open
TalibKweli opened this issue Jul 30, 2019 · 0 comments
Open

Comments

@TalibKweli
Copy link

Hi,
I was just looking at possibly using MurmurHash3 in a project and I'm assuming if I called MurmurHash3_x64_128 then each of the 64 bit values returned will contain a random value between 1 and the maximum value of an unsigned 64 value (i.e. 18446744073709551615). I wanted to check is there a way I could limit either or both 64 bit values to the maximum size of a signed 64 bit value (i.e. 9223372036854775807)?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant