Skip to content

Instantly share code, notes, and snippets.

@qntn
Created September 13, 2012 07:58
Show Gist options
  • Save qntn/3712750 to your computer and use it in GitHub Desktop.
Save qntn/3712750 to your computer and use it in GitHub Desktop.
class GoodRand
def self.showRand
File.new('/dev/random', 'r').each() do |line|
puts line
end
end
end
GoodRand.showRand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment