--- token.module.orig	2007-08-13 19:01:25.000000000 +0300
+++ token.module	2007-11-22 11:57:50.000000000 +0200
@@ -80,6 +80,7 @@
       $values['site-slogan']  = variable_get('site_slogan', '');
       $values['site-mail']    = variable_get('site_mail', '');
       $values['site-date']    = format_date(time(), 'short', '', variable_get('date_default_timezone', 0));
+      $values['random-sha1']  = sha1(rand());
       break;
   }
   return $values;
@@ -108,5 +109,6 @@
   $tokens['global']['site-slogan']  = t('The slogan of the current Drupal website.');
   $tokens['global']['site-mail']    = t('The contact email address for the current Drupal website.');
   $tokens['global']['site-date']    = t("The current date on the site's server.");
+  $tokens['global']['random-sha1']  = t("A randomly generated SHA1 hash.");
   return $tokens;
-}
\ No newline at end of file
+}
