mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7e57f81101
commit
d50c95ad1c
1 changed files with 3 additions and 5 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue