Percentage Rollouts
FlagSync uses a deterministic hashing algorithm to evaluate percentage rollouts, ensuring users receive the same variant on each evaluation.Hash Inputs
Hash the user context key (e.g., user ID, email, attributes) and flag seed (unique per flag and environment).
Reshuffle
In the dashboard, you can reshuffle an active percentage rollout, changing the flag seed and reassigning users to new buckets.
Next Steps
Explore more about flag evaluation and SDKs:- Learn targeting logic in Targeting.
- Set up an SDK in Setup.
- Start with Quickstart: SDK.
