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