MurmurHash3!(128, 32)andMurmurHash3!(128, 64)produce different values.- The current implementation is optimized for little endian architectures.
It will exhibit different results on big endian architectures and a slightly less uniform distribution.
This module conforms to the APIs defined in std.digest.
This module publicly imports std.digest and can be used as a stand-alone module.
Source: std/digest/murmurhash.d