big-lizard-13073
11/28/2025, 2:30 PMval hash = GBUtils.hash(
stringValue = hashValue,
hashVersion = experiment.hashVersion ?: 1,
seed = experiment.seed ?: experiment.key
)
The experiment seeds provided by the Growthbook server to the SDK are not unique per experiment key, which is leading to a non-random allocation of users in an experiment. Is this a known bug / is there a fix for this?