Hash strings the way Discord experiment bucketing does.
Part of BlancoKit, a free Discord toolkit.
Discord experiment assignment uses x86 32-bit MurmurHash3. This tool matches that algorithm for debugging rollout buckets.
Enter the exact string you want to bucket (experiment name, user id, feature flag key, etc.) — spacing and casing matter.
Copy the 32-bit MurmurHash3 output to compare with Discord client experiment assignment while debugging rollouts.
Open MurmurHash3 (JavaScript required).