From 758b6365aea39b45fc807175c7a444e427690722 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Fri, 8 Nov 2024 03:58:10 -0800 Subject: [PATCH] reorder issues --- ....md => 1-stb_image-doesn-t-load-specific-image-correctly.md} | 0 .github/ISSUE_TEMPLATE/{bug_report.md => 2-bug_report.md} | 0 .../ISSUE_TEMPLATE/{feature_request.md => 3-feature_request.md} | 0 stb_ds.h | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{stb_image-doesn-t-load-specific-image-correctly.md => 1-stb_image-doesn-t-load-specific-image-correctly.md} (100%) rename .github/ISSUE_TEMPLATE/{bug_report.md => 2-bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.md => 3-feature_request.md} (100%) 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