mirror of
https://github.com/janet-lang/janet
synced 2026-01-10 17:19:05 +00:00
Using an integer hash (https://stackoverflow.com/a/12996028/60617) on the number casted to int32 combined with lower bits of the number.
Using an integer hash (https://stackoverflow.com/a/12996028/60617) on the number casted to int32 combined with lower bits of the number.