Created
September 8, 2014 19:13
-
-
Save jsuchal/10c927e1183d40d6e6b8 to your computer and use it in GitHub Desktop.
polyconf-raffle.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list = "Alban Leveau-Vallier | |
Wa Wa | |
Jan Gondol | |
Jozef Vaclavik | |
Igor Hlina | |
Ivka Drábiková | |
Pavol Bielik | |
Peter Dubec | |
Tibor Arpas | |
Michal Macejko | |
Samuel Matejka | |
Jonathan Swift | |
Jozef Spisiak | |
Barbora Brocková | |
Adam Lieskovský | |
Dominika Musiał | |
Peter Truchan | |
Magdalena Frankiewicz | |
Ute Mayer" | |
rng = Random.new(201409082100) | |
puts list.split("\n").sample(3, random: rng).inspect | |
# => ["Adam Lieskovský", "Jan Gondol", "Ivka Drábiková"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment