PyHEADTAIL v1.0.6
Bug fix for generator MatchRFBucket6D and derivations.
Problem: on certain 32bit python environments,
sys.maxint as a seed is not allowed and leads to crashes.
Quick fix: use maximum int32 value.
Suggestion: use current time allowing for easier reproducibility.