mirror of
https://github.com/janet-lang/janet
synced 2025-04-04 14:26:55 +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.