removed cryptography phrase, per MT homepage (bug #23639)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151676 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kenneth Schwartz 2004-02-18 03:13:27 +00:00
parent 7e57f81101
commit d50c95ad1c

View file

@ -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>,