irchtml         Tue Feb 17 22:13:27 2004 EDT

  Modified files:              
    /phpdoc/en/reference/math/functions mt-rand.xml 
  Log:
  removed cryptography phrase, per MT homepage (bug #23639)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/mt-rand.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/math/functions/mt-rand.xml
diff -u phpdoc/en/reference/math/functions/mt-rand.xml:1.7 
phpdoc/en/reference/math/functions/mt-rand.xml:1.8
--- phpdoc/en/reference/math/functions/mt-rand.xml:1.7  Thu Dec 18 04:23:58 2003
+++ phpdoc/en/reference/math/functions/mt-rand.xml      Tue Feb 17 22:13:27 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.mt-rand">
    <refnamediv>
@@ -20,10 +20,8 @@
      function.  The <function>mt_rand</function> function is a drop-in
      replacement for this.  It uses a random number generator with
      known characteristics using the <ulink url="&url.mersenne;">
-     Mersenne Twister</ulink>, which will produce random numbers that should
-     be suitable for seeding some kinds of cryptography (see the home page
-     for details) and is four times faster than what the average libc
-     provides. 
+     Mersenne Twister</ulink>, which will produce random numbers four times
+     faster than what the average libc rand() provides. 
     </simpara>
     <simpara>
      If called without the optional <parameter>min</parameter>,

Reply via email to