class Net::HTTPHeader::DigestAuthenticator

def random

def random
  format '%x', (Time.now.to_i + rand(65535))
end