# File lib/picnic/utils.rb, line 5
    def random_string
      "#{Time.now.to_i}r%X" % rand(10**32)
    end