A pure Java implementation of the Murmur 1 hashing algorithm as presented
at Murmur Project
Code is ported from original C++ source at
Murmur1() - Constructor for class com.sangupta.murmur.Murmur1
A pure Java implementation of the Murmur 2 hashing algorithm as presented
at Murmur Project
Code is ported from original C++ source at
Murmur2() - Constructor for class com.sangupta.murmur.Murmur2