# File lib/facets/core/string/rand_byte.rb, line 8
  def rand_byte
    self[rand( size )]
  end