protected function generateNonce()

in js/plugins/ajax-contact-extend/classes/twitter/EpiOAuth.php [80:86]


  protected function generateNonce()
  {
  if(isset($this->nonce)) // for unit testing
    return $this->nonce;

  return md5(uniqid(rand(), true));
  }