includes/math.php
changeset 768 111fd7a4415c
parent 685 17ebe24cdf85
child 801 eb8b23f11744
--- a/includes/math.php	Fri Dec 19 21:29:17 2008 -0500
+++ b/includes/math.php	Sun Dec 21 04:23:47 2008 -0500
@@ -65,7 +65,7 @@
   
   function random($len)
   {
-    return gmp_random($len);
+    return gmp_random($len / 8);
   }
   
   /**