23 24 25 26
# File 'lib/odds/ext/rand.rb', line 23 def rand_el i = (rand()*size.to_f).to_i self[i] end