ariejan (owner)

Revisions

gist: 58105 Download_button fork
public
Public Clone URL: git://gist.github.com/58105.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
def get_random_number
  return 4 //chosen by fair dice roll.
//guaranteed to be random.
end