commit | 758b6365aea39b45fc807175c7a444e427690722 | [log] [tgz] |
---|---|---|
author | Sean Barrett <seanb@radgametools.com> | Fri Nov 08 03:58:10 2024 -0800 |
committer | Sean Barrett <seanb@radgametools.com> | Fri Nov 08 03:58:10 2024 -0800 |
tree | e211136c5cdad5cedfa2bf93f54f0b22f150bfd3 | |
parent | 42b75e79418433e0316df60af7240c77a82a41c5 [diff] |
reorder issues
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 @@ } 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