https://www.growthbook.io/ logo
b

busy-horse-73824

02/13/2023, 10:24 AM
If I convert from a rollout rule to an experiment rule, will the groups of users be the same?
As in, the 50% it was enabled for before, will get variation 1 now?
It does appear that it'll be the same. The coverage hash is:
n = hash(hashValue + featureKey);
The experiment hash is:
n = hash(hashValue + experiment.key);
Assuming
experiment.key
is the same as the feature key
f

fresh-football-47124

02/13/2023, 2:09 PM
correct
b

busy-horse-73824

02/13/2023, 2:12 PM
Perfect, thank you for confirming 🙂
11 Views