mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Crypto disclaimer added, as per mt FAQ.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31675 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7255355962
commit
68e056ffd9
1 changed files with 8 additions and 6 deletions
|
@ -689,12 +689,14 @@ $binary = base_convert ($hexadecimal, 16, 2);
|
|||
function. <function>mt_rand</function> function is a drop-in
|
||||
replacement for this. It uses a random number generator with
|
||||
known characteristics, the Mersenne Twister, which will produce
|
||||
random numbers that should be suitable for cryptographic purposes
|
||||
and is four times faster than what the average libc provides. The
|
||||
Homepage of the Mersenne Twister can be found at <ulink
|
||||
url="&url.mersenne;">&url.mersenne;</ulink>, and an optimized
|
||||
version of the MT source is available from <ulink
|
||||
url="&url.mersenne.twister;">&url.mersenne.twister;</ulink>.
|
||||
random numbers that should be suitable for seeding some kinds
|
||||
of cryptography (see the home pages for details) and is four
|
||||
times faster than what the average libc provides. The Homepage
|
||||
of the Mersenne Twister can be found at
|
||||
<ulink url="&url.mersenne;">&url.mersenne;</ulink>, and an
|
||||
optimized version of the MT source is available from
|
||||
<ulink url="&url.mersenne.twister;">&url.mersenne.twister;
|
||||
</ulink>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If called without the optional <parameter>min</parameter>,
|
||||
|
|
Loading…
Reference in a new issue