# File lib/facets/core/array/rand_index.rb, line 2
  def rand_index
    rand( size )
  end