Skip to content

Instantly share code, notes, and snippets.

@lfcipriani
Created January 14, 2015 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfcipriani/d8291eda1b94621398bc to your computer and use it in GitHub Desktop.
Save lfcipriani/d8291eda1b94621398bc to your computer and use it in GitHub Desktop.
minimal-random-select
list = %w(
name1
name2
name3
...
)
puts list[rand(list.size)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment