Commit 36d8b8d
committed
Bug fix for generator MatchRFBucket6D and derivations.
Accordingly put version to v1.0.6.
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.1 parent 056dbeb commit 36d8b8d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
0 commit comments