# File lib/rantly/data.rb, line 6
  def password
    sized(8) { string(:alnum) }
  end