def is_enabled(user_id, pct):
return (hash(user_id) % 100) < pctEach item is a feature flag evaluation against population rollout example providing Flag evaluation code, Rollout definition, Simulated user contexts, Expected distribution. Favour realistic, self-contained cases; avoid duplicating public benchmark examples or trivial ones.
Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.
Platform-authored spec, open on delivery.
Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.
Illustrative samples authored for the Feature Flag / A-B Rollout Logic dataset type.
def is_enabled(user_id, pct):
return (hash(user_id) % 100) < pctApproved public samples for this Feature Flag / A-B Rollout Logic dataset. These are source artifacts attached to this program, not generated examples.