returns a random entry of this model
306 307 308
# File 'lib/easyredis.rb', line 306 def self.rand self[Kernel.rand(self.count)] end