diff --git a/.github/ISSUE_TEMPLATE/stb_image-doesn-t-load-specific-image-correctly.md b/.github/ISSUE_TEMPLATE/1-stb_image-doesn-t-load-specific-image-correctly.md similarity index 100% rename from .github/ISSUE_TEMPLATE/stb_image-doesn-t-load-specific-image-correctly.md rename to .github/ISSUE_TEMPLATE/1-stb_image-doesn-t-load-specific-image-correctly.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/2-bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/2-bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/3-feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/3-feature_request.md diff --git a/stb_ds.h b/stb_ds.h index e84c82d..0d9622b 100644 --- a/stb_ds.h +++ b/stb_ds.h @@ -941,7 +941,7 @@ static stbds_hash_index *stbds_make_hash_index(size_t slot_count, stbds_hash_ind } else { size_t a,b,temp; memset(&t->string, 0, sizeof(t->string)); - t->seed = stbds_hash_seed; + t->seed = stbds_BB; // LCG // in 32-bit, a = 2147001325 b = 715136305 // in 64-bit, a = 2862933555777941757 b = 3037000493