From 0f90fd839a06d4e7d19cfd8dbc6ceda4897d0d26 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 31 May 2012 08:55:24 +0200 Subject: [PATCH] Fixed a doc block --- src/Math.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Math.php b/src/Math.php index da50acb..c7dc089 100644 --- a/src/Math.php +++ b/src/Math.php @@ -29,7 +29,7 @@ class Math extends BigInteger { /** - * Generate random bytes using OpenSSL and/or MCRYPT_DEV_URANDOM and/or /dev/urandom + * Generate random bytes using OpenSSL or Mcrypt and mt_rand() as fallback * * @param integer $length * @param boolean $strong true if you need a strong random generator (cryptography)