Skip to content

Instantly share code, notes, and snippets.

@kristiewirth
Last active August 28, 2019 01:34
Show Gist options
  • Save kristiewirth/f055e267e48e07ec872525e9fcc8aa7c to your computer and use it in GitHub Desktop.
Save kristiewirth/f055e267e48e07ec872525e9fcc8aa7c to your computer and use it in GitHub Desktop.
# Interstate must be a unique prime number
interstate = 227
percent_in_control = 0.5
identity_id = 4545136090
assignment_number = identity_id % interstate
lane_divider = interstate * percent_in_control
if assignment_number > lane_divider:
condition = 'treatment'
else:
condition = 'control'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment