From d50c95ad1c1a5bd1fee6a0accf40d415484f2a07 Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Wed, 18 Feb 2004 03:13:27 +0000 Subject: [PATCH] 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 --- reference/math/functions/mt-rand.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/reference/math/functions/mt-rand.xml b/reference/math/functions/mt-rand.xml index 01c36bd68d..f13554146f 100644 --- a/reference/math/functions/mt-rand.xml +++ b/reference/math/functions/mt-rand.xml @@ -1,5 +1,5 @@ - + @@ -20,10 +20,8 @@ function. The mt_rand function is a drop-in replacement for this. It uses a random number generator with known characteristics using the - Mersenne Twister, 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, which will produce random numbers four times + faster than what the average libc rand() provides. If called without the optional min,