package
1.8.5
Repository: https://github.com/optimizely/go-sdk.git
Documentation: pkg.go.dev

# Functions

NewMurmurhashBucketer returns a new instance of the murmurhash bucketer.
NewMurmurhashExperimentBucketer returns a new instance of the murmurhash experiment bucketer.

# Constants

DefaultHashSeed is the hash seed to use for murmurhash.

# Structs

MurmurhashBucketer generates the bucketing value using the mmh3 algorightm.
MurmurhashExperimentBucketer buckets the user using the mmh3 algorightm.

# Interfaces

Bucketer is used to generate bucket value using bucketing key.
ExperimentBucketer is used to bucket the user into a particular entity in the experiment's traffic alloc range.