Skip to content

PyHEADTAIL v1.0.6

Choose a tag to compare

@aoeftiger aoeftiger released this 19 Jun 14:37
· 1096 commits to master since this release

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.