Skip to content

Instantly share code, notes, and snippets.

View kylehamilton's full-sized avatar

W. Kyle Hamilton kylehamilton

View GitHub Profile
# Generate lotto numbers
# Avoid a split pot
# Author: Jared Knowles
# Date: 11/26/2012
# All numbers are equally likely to be selected to win in PowerBall,
# but what fun is winning if we have to share the pot?
# Therefore, we will only select numbers that minimize our
# likelihood of sharing the pot.