secret-santa
secret-santa copied to clipboard
Added random seed option so that the same draw can be recreated if necessary
I wanted to make sure that if somebody forgot or didn't receive an email I was able to recreate the exact same draw. I've done this by added the ability to manually specify a seed for the random number generator. If the seed remains unchanged the draw stays the same.