public int GetHashCode(uint obj) { return((int)Hashing.Mix(obj)); }
public int GetHashCode(ulong obj) { return(Hashing.Mix((long)obj)); }