Skip to content

PyHEADTAIL v1.0.6

Choose a tag to compare

@aoeftiger aoeftiger released this 12 Dec 16:20
· 75 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.